Update of /cvsroot/fink/pdb
In directory vz-cvs-3.sog:/tmp/cvs-serv27902

Modified Files:
        update-active.sh 
Log Message:
and call sudo first

Index: update-active.sh
===================================================================
RCS file: /cvsroot/fink/pdb/update-active.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- update-active.sh    20 Jul 2011 15:00:01 -0000      1.4
+++ update-active.sh    20 Jul 2011 15:02:16 -0000      1.5
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-COMMAND="./create-finkdb.pl"
+COMMAND="sudo -u pdb ./create-finkdb.pl"
 if [ `/usr/bin/id -un` != "root" ]; then
        echo "you must run this script as root!"
        exit 1


------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to