aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-07-10 14:28:56 +0000
committerBill Nottingham <notting@redhat.com>2001-07-10 14:28:56 +0000
commit28fd2a3cce91b93c5ce98cb82e032b5336e469b2 (patch)
tree4d96bc307f66105158f253edf449fdc050dd5132
parent9c044b48c820ed295f4993c0b352e9bf7a9ccf79 (diff)
downloadinitscripts-28fd2a3cce91b93c5ce98cb82e032b5336e469b2.tar
initscripts-28fd2a3cce91b93c5ce98cb82e032b5336e469b2.tar.gz
initscripts-28fd2a3cce91b93c5ce98cb82e032b5336e469b2.tar.bz2
initscripts-28fd2a3cce91b93c5ce98cb82e032b5336e469b2.tar.xz
initscripts-28fd2a3cce91b93c5ce98cb82e032b5336e469b2.zip
*** empty log message ***r6-00
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 517a65ff..b6756420 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,8 @@ install:
mkdir -p $(ROOT)/etc/sysconfig/networking/profiles
mv $(ROOT)/etc/sysconfig/network-scripts/ifcfg-lo \
$(ROOT)/etc/sysconfig/networking
+ ln -s ../networking/ifcfg-lo \
+ $(ROOT)/etc/sysconfig/network-scripts/ifcfg-lo
mkdir -p $(ROOT)/etc/sysconfig/console
if uname -m | grep -q s390 ; then \
install -m644 sysconfig/init.s390 $(ROOT)/etc/sysconfig/init ; \