From 29dba74ece6746b829cf8ab8a3f8869322da2aee Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Mon, 3 Nov 2003 19:37:59 +0000 Subject: [PATCH] create /etc/sysconfig/network git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@350 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/distrib/redhat/initpost | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util-vserver/distrib/redhat/initpost b/util-vserver/distrib/redhat/initpost index 963cdb5..91501b7 100755 --- a/util-vserver/distrib/redhat/initpost +++ b/util-vserver/distrib/redhat/initpost @@ -35,5 +35,9 @@ pushd "$vdir"/etc/init.d &>/dev/null || mv -f halt{,.orig} ln -s /bin/true halt + +popd >/dev/null +pushd "$vdir"/etc &>/dev/null + echo 'NETWORKING=yes' >>sysconfig/network popd >/dev/null -- 1.8.1.5