Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#260 closed defect (fixed)

lfs-bootscripts installation

Reported by: markh@… Owned by: gerard@…
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 gerard@…, 22 years ago

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 ;)

comment:2 by gimli@…, 22 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 gerard@…, 22 years ago

Owner: changed from lfs-book@… to gerard@…
Status: newassigned

comment:4 by gerard@…, 22 years ago

Resolution: fixed
Status: assignedclosed

comment:5 by markh@…, 22 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.