myplc startup now always regenerates configuration at least once
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 9 Aug 2006 21:38:42 +0000 (21:38 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 9 Aug 2006 21:38:42 +0000 (21:38 +0000)
myplc.spec

index aa95259..47867c3 100644 (file)
@@ -143,9 +143,6 @@ if [ -x /sbin/chkconfig ] ; then
     /sbin/chkconfig plc on
 fi
 
-# Force a regeneration to take into account new variables
-touch /plc/data/etc/planetlab/default_config.xml
-
 %triggerpostun -- %{name}
 # 0 = erase, 1 = upgrade
 if [ $1 -gt 0 ] ; then