Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv14005
Modified Files:
rpcbind
Log Message:
typo fixed
Index: rpcbind
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/rpcbind,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rpcbind 20 Jul 2011 18:14:41 -0000 1.1
+++ rpcbind 27 Jul 2011 20:52:38 -0000 1.2
@@ -23,7 +23,7 @@
if [ "$CONFIG_PORTMAP" = "y" ]; then
make install DESTDIR=$TMPDIR || exit 1
cp -dpvR $TMPDIR/* $CDDIR/ || exit 1
- $MYDIR/scripts/rpcbind $ETCDIR/etc/init.d/ || exit 1
+ cp $MYDIR/scripts/rpcbind $ETCDIR/etc/init.d/ || exit 1
echo "# Start $MYNAME?" >> $CONFIGFILE
echo "START_$MYNAME=no" >> $CONFIGFILE
|