Browse Source

strdup re-generated path in pwd_mkdb; "make distribution" passwd files with

proper arguments
OPENBSD_2_0
deraadt 28 years ago
parent
commit
02ee8d4774
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/Makefile

+ 1
- 1
src/etc/Makefile View File

@ -41,7 +41,7 @@ distribution: distrib-dirs
install -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc
install -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root
install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
pwd_mkdb -p -d ${DESTDIR} /etc/master.passwd
pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd
install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
(cd root; \


Loading…
Cancel
Save