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