From 01a8d6d9e798a4b993bc43c95448426a33ed80b1 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 16 Jul 2009 04:47:28 +0000 Subject: [PATCH] remove the site specific cisco hack --- config.coblitz/bootstrapfs.post | 45 --------------------------------- 1 file changed, 45 deletions(-) diff --git a/config.coblitz/bootstrapfs.post b/config.coblitz/bootstrapfs.post index dd6b93e4..dd33c4e5 100644 --- a/config.coblitz/bootstrapfs.post +++ b/config.coblitz/bootstrapfs.post @@ -24,48 +24,3 @@ echo > ${vdir}/etc/sysconfig/crontab # Add site_admin account chroot ${vdir} /usr/sbin/useradd -p "" -u 502 -m site_admin - -# NOTE: Removed due to incompatibility between fedora and centos, and b/c we -# expect that enabling util-vserver above will help with shutdown. -# -# : this is added to ensure that processes running within the slices that -# may have special permissions and other parts of the filesystem engated are -# killed before shutdown. We experienced hangs when rebooting without this -# step. -#( cat <