Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > 6da4b94ccfa78c20813818b2d20bb85e > files > 5

nightview-0.3.3-6.fc16.src.rpm

--- nightview-0.3.3/rpm/mount-server.init.redhat~	2003-06-20 15:05:43.000000000 -0500
+++ nightview-0.3.3/rpm/mount-server.init.redhat	2012-03-06 09:37:54.784398089 -0600
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# chkconfig: 2345 96 04
+# chkconfig: - 96 04
 # description: mount server
 # processname: telescoped
 # pidfile: /var/run/telescoped.pid
@@ -8,8 +8,15 @@
 #
 # $Id: mount-server.init.redhat,v 1.2 2003-06-20 20:05:43 hroch Exp $
 #
-
-PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+### BEGIN INIT INFO
+# Provides: telescoped
+# Required-Start: network
+# Required-Stop:
+# Default-Start:
+# Default-Stop: 0 1 2 6
+# Short-Description: Telescope mount server
+# Description: Remote control for telescope from NightView suite
+### END INIT INFO
 
 # source function library
 . /etc/init.d/functions