From 2de91b4b1c1666ce9235efc5b8041688962a5d87 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Thu, 5 Nov 2009 20:25:12 +0000 Subject: Fix traceback on bcfg2-server install. Make bcfg2-server not start up on install or by default at startup, to match behavior of bcfg2 client and not surprise the admin - also starting up bcfg2-server will just fail as currently the package does not install a working basic server configuration - this may be a debian policy bug - the user has to manually do bcfg2-admin init as root after install on clean installs. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5545 ce84e21b-d406-0410-9b95-82705330c041 --- debian/bcfg2-server.postinst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/bcfg2-server.postinst') diff --git a/debian/bcfg2-server.postinst b/debian/bcfg2-server.postinst index c975103d9..260a821d0 100644 --- a/debian/bcfg2-server.postinst +++ b/debian/bcfg2-server.postinst @@ -19,6 +19,10 @@ set -e case "$1" in configure) + ucf /usr/share/bcfg2/bcfg2-server.default /etc/default/bcfg2-server + if [ -x /usr/bin/ucfr ] ; then + ucfr bcfg2 /etc/default/bcfg2-server + fi ;; abort-upgrade|abort-remove|abort-deconfigure) -- cgit v1.2.3-1-g7c22