Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#46 closed task (fixed)

shadow install - "install -dv /etc/default" no longer needed

Reported by: Justin R. Knierim Owned by: clfs-commits@…
Priority: minor Milestone: CLFS Standard 1.0.0
Component: BOOK Version: CLFS Standard 1.0.0
Keywords: Cc:

Description

A very little nitpick. When installing shadow, the new version installs a lot more than the old version did.

make[3]: Entering directory `/usr/src/shadow-4.0.16/etc'
test -z "/etc" || mkdir -p -- "/etc"
 /bin/install -c -m 644 'login.defs' '/etc/login.defs'
test -z "/etc/default" || mkdir -p -- "/etc/default"
 /bin/install -c -m 644 'useradd' '/etc/default/useradd'
test -z "" || mkdir -p -- ""

This makes the shadow instructions:

 The -D option of the useradd program requires the /etc/default directory for it to work properly:

install -dv /etc/default

not needed.

Change History (2)

comment:1 by Justin R. Knierim, 18 years ago

Resolution: fixed
Status: newclosed

Fixed by Chris already, r1871 on svn.cross-lfs.org.

comment:2 by Jim Gifford, 18 years ago

Version: 1.01.0.0
Note: See TracTickets for help on using tickets.