- no need to always_update blacklist or sysctl.conf
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 28 Nov 2006 21:45:53 +0000 (21:45 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 28 Nov 2006 21:45:53 +0000 (21:45 +0000)
db-config

index f4d2c3d..682962a 100755 (executable)
--- a/db-config
+++ b/db-config
@@ -360,7 +360,7 @@ def main():
          'postinstall_cmd': '/sbin/iptables-restore --noflush < /etc/planetlab/blacklist',
          'error_cmd': '',
          'ignore_cmd_errors': True,
-         'always_update': True},
+         'always_update': False},
 
         # /etc/issue
         {'enabled': True,
@@ -386,7 +386,7 @@ def main():
          'postinstall_cmd': '/sbin/sysctl -e -p /etc/sysctl.conf',
          'error_cmd': '',
          'ignore_cmd_errors': False,
-         'always_update': True},
+         'always_update': False},
 
         # Sendmail configuration
         {'enabled': True,