diff options
| author | Bill Nottingham <notting@redhat.com> | 1999-04-07 22:45:12 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 1999-04-07 22:45:12 +0000 |
| commit | 5d10a8e664ecf5d7022828b933fb3d5165f376c6 (patch) | |
| tree | 3ba77221e92aa1ca26b67ba31ebb757f09af48e1 /rc.d/init.d/functions | |
| parent | 3c627b854461b0714479ca421a6e25aace41f645 (diff) | |
| download | initscripts-5d10a8e664ecf5d7022828b933fb3d5165f376c6.tar.gz initscripts-5d10a8e664ecf5d7022828b933fb3d5165f376c6.tar.xz initscripts-5d10a8e664ecf5d7022828b933fb3d5165f376c6.zip | |
*** empty log message ***r4-01
Diffstat (limited to 'rc.d/init.d/functions')
| -rwxr-xr-x | rc.d/init.d/functions | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index 222cdbe7..2426a722 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -51,7 +51,9 @@ daemon() { shift base=$1 gotbase="yes" - shift;; + shift + nicelevel=0 + ;; -*|+*) nicelevel=$1 shift;; |
