diff options
| author | Bill Nottingham <notting@redhat.com> | 2004-11-24 02:11:19 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2004-11-24 02:11:19 +0000 |
| commit | 9050326547fd56d421c920eff481f60f2d1bfab7 (patch) | |
| tree | a019316935499643574ef6e3e6c0dba771059e86 /Makefile | |
| parent | 396c42ba0615f3306ac3d21bbafd90f1c811b1b2 (diff) | |
backport perms fixr6-47-12
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,6 +37,10 @@ install: install -m755 prefdm $(ROOT)/etc/X11/prefdm cp -af rc.d sysconfig ppp $(ROOT)/etc + chmod 755 $(ROOT)/etc/rc.d/* $(ROOT)/etc/rc.d/init.d/* + chmod 755 $(ROOT)/etc/sysconfig/network-scripts/ifup-* + chmod 755 $(ROOT)/etc/sysconfig/network-scripts/ifdown-* + chmod 755 $(ROOT)/etc/sysconfig/network-scripts/init* mkdir -p $(ROOT)/etc/sysconfig/networking/devices mkdir -p $(ROOT)/etc/sysconfig/networking/profiles/default mv $(ROOT)/etc/sysconfig/network-scripts/ifcfg-lo \ |
