OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Dec-2003 18:21:27
Branch: HEAD Handle: 2003121517212700
Modified files:
openpkg-src/ripe-dbase rc.ripe-dbase
Log:
fix config file path
Summary:
Revision Changes Path
1.5 +1 -1 openpkg-src/ripe-dbase/rc.ripe-dbase
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ripe-dbase/rc.ripe-dbase
============================================================================
$ cvs diff -u -r1.4 -r1.5 rc.ripe-dbase
--- openpkg-src/ripe-dbase/rc.ripe-dbase 15 Dec 2003 17:19:12 -0000 1.4
+++ openpkg-src/ripe-dbase/rc.ripe-dbase 15 Dec 2003 17:21:27 -0000 1.5
@@ -8,7 +8,7 @@
%common
ripe_dbase_pidfile="@l_prefix@/var/ripe-dbase/whois_rip.pid"
- ripe_dbase_cfgfile="rip.config.sample"
+ ripe_dbase_cfgfile="@l_prefix@/etc/ripe-dbase/rip.config.sample"
ripe_dbase_signal () {
[ -f $ripe_dbase_pidfile ] && kill -$1 `cat $ripe_dbase_pidfile`
}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]