#260 closed defect (fixed)
lfs-bootscripts installation
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | major | Keywords: | |
Cc: |
Description
we need to add a chown root.root to the bootscripts installation as otherwise they're installed with UID:GID 500:500 which probably *isn't* what we want
suggest
chown root.root /etc/rc.d /etc/sysconfig -R
Change History (5)
comment:1 by , 23 years ago
comment:2 by , 23 years ago
I like "chown -R uid.gid dir_or_file" better. It also seems more logical to me; usually it's <command> <flags> <list of non-flag arguments>. "my way" uses this "convention" ;)
comment:3 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 by , 23 years ago
checked and confirmed.
chown -R root.root /etc/rc.d /etc/sysconfig
was added. closing
Note:
See TracTickets
for help on using tickets.
put the -R after root.root
I have a personal preference for chown uid.gid -R dir_or_file
call me anal but it's my prerogative in this case ;)