mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 09:01:46 +00:00
sync the patch file on ubuntu
Former-commit-id: 32a53d327a5fc53cd2037f2c27c9e67baeb2c722
This commit is contained in:
parent
bb3e2fbc6d
commit
d0d8a8f439
@ -1,19 +1,9 @@
|
||||
--- conserver-8.1.16/contrib/redhat-rpm/conserver.init 2003-02-28 10:06:50.000000000 +0800
|
||||
+++ conserver-8.1.16-diffinit/contrib/redhat-rpm/conserver.init 2013-05-24 14:36:21.006320225 +0800
|
||||
@@ -6,15 +6,63 @@
|
||||
+++ conserver-8.1.16-diffinit/contrib/redhat-rpm/conserver.init 2013-05-27 15:49:39.435650612 +0800
|
||||
@@ -6,15 +6,53 @@
|
||||
# description: conserver is a serial-port console daemon
|
||||
# config: /etc/conserver.cf
|
||||
#
|
||||
+### BEGIN INIT INFO
|
||||
+# Provides: conserver
|
||||
+# Required-Start:
|
||||
+# Required-Stop:
|
||||
+# Default-Start: 2 3 4 5
|
||||
+# Default-stop:
|
||||
+# Short-Description: conserver
|
||||
+# Description: Console server
|
||||
+### END INIT INFO
|
||||
+
|
||||
+RHPassed()
|
||||
+{
|
||||
+ passed
|
||||
@ -71,7 +61,7 @@
|
||||
|
||||
# make sure conserver is installed and executable
|
||||
[ -x /usr/sbin/conserver ] || exit 1
|
||||
@@ -24,23 +72,45 @@
|
||||
@@ -24,23 +62,45 @@
|
||||
case "$1" in
|
||||
start)
|
||||
echo -n "Starting conserver: "
|
||||
|
Loading…
Reference in New Issue
Block a user