Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc install postinstall



details:   https://anonhg.NetBSD.org/src/rev/f352c998ec12
branches:  trunk
changeset: 526164:f352c998ec12
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Apr 26 15:43:39 2002 +0000

description:
install postinstall

diffstat:

 etc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c73312ad0603 -r f352c998ec12 etc/Makefile
--- a/etc/Makefile      Fri Apr 26 15:37:25 2002 +0000
+++ b/etc/Makefile      Fri Apr 26 15:43:39 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.214 2002/04/21 00:06:03 lukem Exp $
+#      $NetBSD: Makefile,v 1.215 2002/04/26 15:43:39 lukem Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -187,6 +187,8 @@
                ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m 644 \
                    ${NAMEDB} ${DESTDIR}/etc/namedb)
        (cd rc.d; ${MAKE} install)
+       ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+               postinstall ${DESTDIR}/etc
        ${INSTALL_SYMLINK} -o root -g wheel -m 755 \
                ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
        ${INSTALL_SYMLINK} -o root -g wheel -m 755 \



Home | Main Index | Thread Index | Old Index