Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv11711
Modified Files:
rpcbind
Log Message:
fixed bug #114 - 1.4.3-2011-09-02 - /etc/sysconfig/config configuration fault
Index: rpcbind
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/rpcbind,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rpcbind 27 Jul 2011 20:52:38 -0000 1.2
+++ rpcbind 23 Sep 2011 12:42:34 -0000 1.3
@@ -8,6 +8,8 @@
# get the directoryname of the script
MYDIR=${0%/*}
+MYNAME=PORTMAP
+
# source functions and config
source $MYDIR/settings
|