Split our rc commands out into general use vs service commands
This commit is contained in:
@@ -59,4 +59,10 @@ get_bootparam() {
|
||||
return 1
|
||||
}
|
||||
|
||||
# Add our sbin to $PATH
|
||||
case "${PATH}" in
|
||||
/lib/rc/sbin|/lib/rc/sbin:*) ;;
|
||||
*) export PATH="/lib/rc/sbin:${PATH}" ;;
|
||||
esac
|
||||
|
||||
# vim: set ts=4 :
|
||||
|
Reference in New Issue
Block a user