Add a silly rc_runlevel function to appease SpanKY :)
This commit is contained in:
@ -38,6 +38,10 @@ yesno()
|
||||
esac
|
||||
}
|
||||
|
||||
rc_runlevel() {
|
||||
rc-status --runlevel
|
||||
}
|
||||
|
||||
_sanitize_path()
|
||||
{
|
||||
local IFS=":" p= path=
|
||||
|
Reference in New Issue
Block a user