diff options
Diffstat (limited to 'conf.d.BSD')
-rw-r--r-- | conf.d.BSD/Makefile | 2 | ||||
-rw-r--r-- | conf.d.BSD/localmount | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/conf.d.BSD/Makefile b/conf.d.BSD/Makefile index 9bd2b26e..7131f675 100644 --- a/conf.d.BSD/Makefile +++ b/conf.d.BSD/Makefile @@ -1,4 +1,4 @@ -DIR= /etc/conf.d +DIR= ${CONFDIR} CONF= localmount moused powerd rarpd MK= ../mk diff --git a/conf.d.BSD/localmount b/conf.d.BSD/localmount index c69bc73d..61f2d1b9 100644 --- a/conf.d.BSD/localmount +++ b/conf.d.BSD/localmount @@ -1,5 +1,3 @@ -# /etc/conf.d/localmount - # Kernel core dump options for FreeBSD kernel. # Unless you're a FreeBSD kernel developer or driver writer then this won't # be of any interest to you at all. |