diff options
| author | yamt <yamt@NetBSD.org> | 2002-07-03 23:31:25 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2002-07-03 23:31:25 +0000 |
| commit | 4b45ab0ce1a03d2cb175d36fc55ad17657f8cb41 (patch) | |
| tree | b47fc96004777a3f7978d0866c8509329f520b9e | |
| parent | 3d67d222ffa031c816a4952446d17315c840eb57 (diff) | |
add comment:
"if you're adding new scripts, don't forget to update
src/etc/postinstall and src/etc/mtree/special."
| -rwxr-xr-x | etc/rc.d/Makefile | 5 |
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 \ |
