This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
aiccu/aiccu-lsb-initscript.patch
2007-09-22 02:30:52 +00:00

33 lines
1 KiB
Diff

--- aiccu/doc/aiccu.init.rpm.orig 2007-09-21 21:15:04.000000000 -0500
+++ aiccu/doc/aiccu.init.rpm 2007-09-21 21:19:19.000000000 -0500
@@ -8,6 +8,20 @@
# config: /etc/aiccu.conf
# chkconfig: - 59 73
# processname: aiccu
+#
+### BEGIN INIT INFO
+# Provides: aiccu
+# Required-Start: $local_fs $remote_fs $network $time $named
+# Required-Stop: $local_fs $remote_fs $network $time $named
+# Default-Start:
+# Default-Stop:
+# Short-Description: hearbeat daemon for IPv6-in-IPv4 (Proto-41, AYIYA, Heartbeat) tunnels
+# Description: aiccu automatically gives one IPv6 connectivity
+# without having to manually configure interfaces etc.
+# One does need a SixXS account and at least a tunnel. These
+# can be freely & gratis requested from the SixXS website.
+# For more information about SixXS check http://www.sixxs.net
+### END INIT INFO
# Source function library.
if [ -f /etc/init.d/functions ] ; then
@@ -90,6 +104,9 @@
reload)
restart
;;
+ force-reload)
+ restart
+ ;;
status)
rhstatus
;;