#228 closed defect (fixed)
chmod on ifup/down scripts does not use full path
Reported by: | Owned by: | ||
---|---|---|---|
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 , 22 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Milestone: | old |
---|
Note:
See TracTickets
for help on using tickets.
Milestone old deleted