mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Add Default-Stop tab, without which debian complains
https://www.virtualmin.com/node/17618
This commit is contained in:
@@ -44,6 +44,7 @@ elsif ($init_mode eq "init") {
|
||||
"# Required-Start: \$network \$syslog\n",
|
||||
"# Required-Stop: \$network\n",
|
||||
"# Default-Start: ",join(" ", @start),"\n",
|
||||
"# Default-Stop:\n",
|
||||
"# Description: $desc\n",
|
||||
"### END INIT INFO\n");
|
||||
}
|
||||
|
||||
@@ -637,6 +637,7 @@ if ($init_mode eq "init" || $init_mode eq "local") {
|
||||
"# Required-Start: \$network \$syslog\n",
|
||||
"# Required-Stop: \$network\n",
|
||||
"# Default-Start: ",join(" ", @start),"\n",
|
||||
"# Default-Stop:\n",
|
||||
"# Description: $_[1]\n",
|
||||
"### END INIT INFO\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user