diff options
author | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-11-05 20:43:32 +0000 |
---|---|---|
committer | Daniel Joseph Barnhart Clark <dclark@pobox.com> | 2009-11-05 20:43:32 +0000 |
commit | 1801ff5eb05cba62b854a79f7347ef1f9b0a3660 (patch) | |
tree | d2807f02306c30778b969de3e2ce59ababd6ccd5 /debian/bcfg2-server.default | |
parent | faadb2741a8ee50b327513418ccaa8eb4d717dfc (diff) | |
download | bcfg2-1801ff5eb05cba62b854a79f7347ef1f9b0a3660.tar.gz bcfg2-1801ff5eb05cba62b854a79f7347ef1f9b0a3660.tar.bz2 bcfg2-1801ff5eb05cba62b854a79f7347ef1f9b0a3660.zip |
desai made the good point that having bcfg2-server not start on startup by default will confuse people used to the default behavior.
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5547 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'debian/bcfg2-server.default')
-rw-r--r-- | debian/bcfg2-server.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/bcfg2-server.default b/debian/bcfg2-server.default index 2e8ccabd0..61f9d8f80 100644 --- a/debian/bcfg2-server.default +++ b/debian/bcfg2-server.default @@ -10,4 +10,4 @@ # # Uncomment the following line to enable any of the below selections # Default: 0 (disable) -#BCFG2_SERVER_ENABLED=1 +BCFG2_SERVER_ENABLED=1 |