#46 closed task (fixed)
shadow install - "install -dv /etc/default" no longer needed
Reported by: | Justin R. Knierim | Owned by: | |
---|---|---|---|
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 , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Version: | 1.0 → 1.0.0 |
---|
Note:
See TracTickets
for help on using tickets.
Fixed by Chris already, r1871 on svn.cross-lfs.org.