From 306e17614c2b6182a9d2a41ee3f0262dadc968a0 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 7 Jul 2008 12:20:03 +0200 Subject: [PATCH] postinst-setup: do not set up mirror and apache any more --- postinst-setup | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/postinst-setup b/postinst-setup index 6c06516..34d7143 100755 --- a/postinst-setup +++ b/postinst-setup @@ -79,15 +79,13 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes vim bzrtools bzr-s apt-get -y build-dep postgresql-8.3 gnome-volume-manager hal cupsys apport jockey if [ `hostname` = donald ]; then - DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes dchroot rsnapshot dhcp3-server apache2 ia32-libs easytag texlive latex-beamer texlive-lang-german fakechroot sane-utils imagemagick pngquant pdfjam + DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes dchroot rsnapshot dhcp3-server ia32-libs easytag texlive latex-beamer texlive-lang-german fakechroot sane-utils imagemagick pngquant pdfjam fi umount /cdrom || true # other setup if [ `hostname` = "donald" ]; then - [ -e /mirror ] || ln -s /home/ubuntu-mirror /mirror - ln -s /mirror /var/www/mirror ifdown eth1 ifup eth1 /etc/init.d/dhcp3-server restart -- 2.39.2