OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-Jul-2002 17:30:36
Branch: OPENPKG_1_0_SOLID Handle: 2002071016303600
Modified files: (Branch: OPENPKG_1_0_SOLID)
openpkg-src/bind bind.spec
Log:
Nervous fingers :-)
Summary:
Revision Changes Path
1.15.2.5 +2 -2 openpkg-src/bind/bind.spec
____________________________________________________________________________
Index: openpkg-src/bind/bind.spec
============================================================
$ cvs diff -u -r1.15.2.4 -r1.15.2.5 bind.spec
--- openpkg-src/bind/bind.spec 10 Jul 2002 15:28:46 -0000 1.15.2.4
+++ openpkg-src/bind/bind.spec 10 Jul 2002 15:30:36 -0000 1.15.2.5
@@ -172,7 +172,7 @@
if [ $1 -gt 1 ]; then
# stop daemon before any upgrade
ls >/dev/null 2>&1 $RPM_INSTALL_PREFIX/var/bind/ndc \
- && $RPM_INSTALL_PREFIX/sbin/ndc stop >/dev/null 2>&1 \\
+ && $RPM_INSTALL_PREFIX/sbin/ndc stop >/dev/null 2>&1 \
|| true
fi
@@ -180,7 +180,7 @@
if [ $1 -eq 0 ]; then
# stop daemon before removing package
ls >/dev/null 2>&1 $RPM_INSTALL_PREFIX/var/bind/ndc \
- && $RPM_INSTALL_PREFIX/sbin/ndc stop >/dev/null 2>&1 \\
+ && $RPM_INSTALL_PREFIX/sbin/ndc stop >/dev/null 2>&1 \
|| true
# remove dynamically generated files
rm -f $RPM_INSTALL_PREFIX/var/bind/*
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]