Opened 21 years ago

Closed 21 years ago

Last modified 10 years ago

#228 closed defect (fixed)

chmod on ifup/down scripts does not use full path

Reported by: dtshudy@… Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: ~CVS
Severity: trivial Keywords:
Cc:

Description

Currently is: chmod 755 ifup-eth0 && chmod 755 ifdown-eth0 This works only if the user is in the correct directory.

Probably should be: chmod 755 /etc/sysconfig/network-devices/ifup-eth0 && chmod 755 /etc/sysconfig/network-devices/ifdown-eth0

Change History (2)

comment:1 by larry@…, 21 years ago

Resolution: fixed
Status: newclosed

comment:2 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.