From 2447695a8dfb67a883c91b43f7b931573e1d3908 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 13 Aug 2009 17:23:25 +0100 Subject: [PATCH] appliance: Remove /usr/sbin/tcpd - it's unreadable on RHEL 5.4. --- appliance/make.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 66bdebc..37e1893 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -95,6 +95,7 @@ if [ "@DIST@" = "REDHAT" ]; then /usr/sbin/groupmod \ /usr/sbin/groupmems \ /sbin/unix_update \ + /usr/sbin/tcpd \ $(cd initramfs && echo usr/sbin/glibc_post_upgrade.*) # Kernel modules take up nearly half of the image. Only include ones -- 1.8.3.1