projects
/
darcs-mirror-metainit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6b79c06
)
typos
author
mlenz
<mlenz@physik.uni-wuerzburg.de>
Wed, 13 Jun 2007 18:52:16 +0000
(18:52 +0000)
committer
mlenz
<mlenz@physik.uni-wuerzburg.de>
Wed, 13 Jun 2007 18:52:16 +0000
(18:52 +0000)
create-sysvinit-file.pl
patch
|
blob
|
history
diff --git
a/create-sysvinit-file.pl
b/create-sysvinit-file.pl
index
e9e3839
..
7831727
100644
(file)
--- a/
create-sysvinit-file.pl
+++ b/
create-sysvinit-file.pl
@@
-20,7
+20,7
@@
print << "EOF"
EOF
;
EOF
;
-print "# R
i
equired-Start: " . join(" ",@{$initparams{"Required-Start"}}) . "\n";
+print "# Required-Start: " . join(" ",@{$initparams{"Required-Start"}}) . "\n";
print "# Required-Stop: " . join(" ",@{$initparams{"Required-Stop"}}) . "\n";
print "# Description: ";
print join("\n# ",split("\n",$initparams{"Description"})). "\n";
print "# Required-Stop: " . join(" ",@{$initparams{"Required-Stop"}}) . "\n";
print "# Description: ";
print join("\n# ",split("\n",$initparams{"Description"})). "\n";
@@
-30,7
+30,7
@@
print << "EOF"
### END INIT INFO
# WARNING:
### END INIT INFO
# WARNING:
-# This initscript has been autogenerated
m
y metainit.
+# This initscript has been autogenerated
b
y metainit.
# Do not edit this file, but edit the corresponding metainit
# config.
# Do not edit this file, but edit the corresponding metainit
# config.