diff options
author | Bill Nottingham <notting@redhat.com> | 2012-08-02 15:13:40 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-08-06 15:20:27 -0400 |
commit | 929b86328048d17f30f9be1ec2161b6486827e7f (patch) | |
tree | 099590b76aab26e90c5b3360deb220e1f8f99427 /Makefile | |
parent | 654187448e2b29ee2b5c8b757a37420e1ce0257b (diff) | |
download | initscripts-929b86328048d17f30f9be1ec2161b6486827e7f.tar initscripts-929b86328048d17f30f9be1ec2161b6486827e7f.tar.gz initscripts-929b86328048d17f30f9be1ec2161b6486827e7f.tar.bz2 initscripts-929b86328048d17f30f9be1ec2161b6486827e7f.tar.xz initscripts-929b86328048d17f30f9be1ec2161b6486827e7f.zip |
Drop more unused functions, and drop old s-c-n profile support directories.
The profile support itself was removed a while ago.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -56,14 +56,6 @@ install: chmod 755 $(ROOT)/etc/sysconfig/network-scripts/init* chmod 755 $(ROOT)/etc/NetworkManager/dispatcher.d/00-netreport mkdir -p $(ROOT)/etc/sysconfig/modules - mkdir -p $(ROOT)/etc/sysconfig/networking/devices - mkdir -p $(ROOT)/etc/sysconfig/networking/profiles/default - #mv $(ROOT)/etc/sysconfig/network-scripts/ifcfg-lo \ - # $(ROOT)/etc/sysconfig/networking/devices - #ln -s ../networking/devices/ifcfg-lo \ - # $(ROOT)/etc/sysconfig/network-scripts/ifcfg-lo - #ln -s ../networking/devices/ifcfg-lo \ - # $(ROOT)/etc/sysconfig/networking/profiles/default/ifcfg-lo mkdir -p $(ROOT)/etc/sysconfig/console if uname -m | grep -q s390 ; then \ install -m644 sysconfig/init.s390 $(ROOT)/etc/sysconfig/init ; \ |