[yum-cvs] yum/yum constants.py,1.8,1.9
Seth Vidal
skvidal at linux.duke.edu
Sat Aug 19 20:03:37 UTC 2006
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv8306/yum
Modified Files:
constants.py
Log Message:
make YUM_PID_FILE a constant
Index: constants.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/constants.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- constants.py 31 Jan 2006 22:54:30 -0000 1.8
+++ constants.py 19 Aug 2006 20:03:35 -0000 1.9
@@ -14,6 +14,8 @@
#Constants
+YUM_PID_FILE = '/var/run/yum.pid'
+
#transaction set states
TS_UPDATE = 10
TS_INSTALL = 20
More information about the Yum-cvs-commits
mailing list