diff options
| author | Daniel Baumann <daniel@debian.org> | 2009-06-15 11:02:05 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:05 +0100 |
| commit | cd90bb08ee23ba400527b963a5cd2bec99c174c9 (patch) | |
| tree | b6277d648a6a15ab957bcfd30b1b3d15d6008c61 /scripts | |
| parent | 45dc5f16b790ce5b8b46a48ca582c8da2a881dff (diff) | |
| download | live-boot-cd90bb08ee23ba400527b963a5cd2bec99c174c9.tar.gz live-boot-cd90bb08ee23ba400527b963a5cd2bec99c174c9.zip | |
Removing disabling of postfix in 25configure_init, it's not appropriate for debian to do this by default. Thanks to Rui Bernardo <rui.bernardo.pt@gmail.com>.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/live-bottom/25configure_init | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/live-bottom/25configure_init b/scripts/live-bottom/25configure_init index 3a7633f..b0ac498 100755 --- a/scripts/live-bottom/25configure_init +++ b/scripts/live-bottom/25configure_init @@ -97,9 +97,6 @@ then ln -s /bin/true /root/usr/sbin/anacron fi - # No point, really - rm -f /root/etc/rc?.d/[SK]??postfix - # Avoid clobbering the user's clock rm -f /root/etc/rc?.d/K??hwclock.sh fi |
