projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97ceb72
)
posaune
author
Michael Wagner
<michael@wagnertech.de>
Wed, 6 Feb 2019 20:31:16 +0000
(21:31 +0100)
committer
Michael Wagner
<michael@wagnertech.de>
Wed, 6 Feb 2019 20:31:16 +0000
(21:31 +0100)
sh/sysd2sysv
patch
|
blob
|
history
diff --git
a/sh/sysd2sysv
b/sh/sysd2sysv
index
5fd8335
..
d1dec0d
100755
(executable)
--- a/
sh/sysd2sysv
+++ b/
sh/sysd2sysv
@@
-15,7
+15,7
@@
fi
if [ $1 = "enable" ]
then
- update-rc.d $2 defaults
100
+ update-rc.d $2 defaults
99
elif [ $1 = "disable" ]
then
update-rc.d -f $2 remove