From: Enrico Scholz Date: Mon, 3 Nov 2003 19:37:59 +0000 (+0000) Subject: create /etc/sysconfig/network X-Git-Tag: VERSION_0_10~1095 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29dba74ece6746b829cf8ab8a3f8869322da2aee;p=util-vserver.git create /etc/sysconfig/network git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@350 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- 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