[svn] r4914 - trunk/tools/depo/config
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Mon Nov 20 11:57:52 CET 2006
Author: dag
Date: 2006-11-20 11:57:51 +0100 (Mon, 20 Nov 2006)
New Revision: 4914
Modified:
trunk/tools/depo/config/depo
Log:
Fixed a rename overisght reported by Oliver Falk
Modified: trunk/tools/depo/config/depo
===================================================================
--- trunk/tools/depo/config/depo 2006-11-20 10:39:28 UTC (rev 4913)
+++ trunk/tools/depo/config/depo 2006-11-20 10:57:51 UTC (rev 4914)
@@ -7,16 +7,16 @@
# chkconfig: 2345 90 10
# description: Depo distribution server.
#
-# processname: yam
-# config: /etc/yam.conf
+# processname: depo
+# config: /etc/depo.conf
source /etc/rc.d/init.d/functions
-[ -x /usr/bin/yam ] || exit 1
+[ -x /usr/bin/depo ] || exit 1
### Default variables
-SYSCONFIG="/etc/sysconfig/yam"
-YAMCONFIG="/etc/yam.conf"
+SYSCONFIG="/etc/sysconfig/depo"
+YAMCONFIG="/etc/depo.conf"
### Read configuration
[ -r "$SYSCONFIG" ] && source "$SYSCONFIG"
More information about the svn-commits
mailing list