summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamt <yamt@NetBSD.org>2002-07-03 23:31:25 +0000
committeryamt <yamt@NetBSD.org>2002-07-03 23:31:25 +0000
commit4b45ab0ce1a03d2cb175d36fc55ad17657f8cb41 (patch)
treeb47fc96004777a3f7978d0866c8509329f520b9e
parent3d67d222ffa031c816a4952446d17315c840eb57 (diff)
add comment:
"if you're adding new scripts, don't forget to update src/etc/postinstall and src/etc/mtree/special."
-rwxr-xr-xetc/rc.d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 3e3a5ee4253..bc6780792ac 100755
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -1,7 +1,10 @@
-# $NetBSD: Makefile,v 1.30 2002/06/29 04:07:08 grant Exp $
+# $NetBSD: Makefile,v 1.31 2002/07/03 23:31:25 yamt Exp $
.include <bsd.own.mk>
+# if you're adding new scripts, don't forget to update
+# src/etc/postinstall and src/etc/mtree/special.
+
FILES= DAEMON LOGIN NETWORKING SERVERS \
accounting altqd amd apmd \
bootparams bootconf.sh ccd cleartmp cron \