rpms/openafs/devel openafs.init,1.3,1.4

Ken Dreyer ktdreyer at rpmfusion.org
Thu Mar 8 22:02:31 CET 2012


Author: ktdreyer

Update of /cvs/free/rpms/openafs/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6894

Modified Files:
	openafs.init 
Log Message:
refer to /etc/sysconfig/openafs in comments



Index: openafs.init
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/openafs.init,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openafs.init	16 Jan 2012 22:03:25 -0000	1.3
+++ openafs.init	8 Mar 2012 21:02:30 -0000	1.4
@@ -5,8 +5,9 @@
 # chkconfig: - 25 90
 # description:  AFS is a distributed file system which provides location
 #		transparency, caching and secure authentication.
-#		Additional configuration can be done in the /etc/sysconfig/afs
-#		file. Read the documentation in that file for more information.
+#		Additional configuration can be done in the
+#		/etc/sysconfig/openafs file. Read the documentation in that
+#		file for more information.
 # processname:  afsd
 # config:       /etc/sysconfig/openafs
 # pidfile:      (n/a)
@@ -119,7 +120,7 @@
     ($_CMD > /dev/null && success) || failure
     echo
 
-    # Run the post init script from /etc/sysconfig/afs
+    # Run the post init script from /etc/sysconfig/openafs
     if [ ! -z "$AFS_POST_INIT" ] ; then
     	[ $RETVAL -eq 0 ] && $AFS_POST_INIT
     fi



More information about the rpmfusion-commits mailing list