From a689b66023ad7b3da179b02c9e473cbc49f295e6 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 5 Mar 2008 12:27:11 +0000 Subject: Add tunable SYSCONFDIR --- conf.d/Makefile | 2 +- conf.d/bootmisc | 2 -- conf.d/clock | 2 -- conf.d/urandom | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) (limited to 'conf.d') diff --git a/conf.d/Makefile b/conf.d/Makefile index d1a527b1..9d1891f5 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -1,4 +1,4 @@ -DIR= /etc/conf.d +DIR= ${CONFDIR} CONF= bootmisc clock fsck hostname local net urandom MK= ../mk diff --git a/conf.d/bootmisc b/conf.d/bootmisc index 84bde30e..066a6314 100644 --- a/conf.d/bootmisc +++ b/conf.d/bootmisc @@ -1,5 +1,3 @@ -# /etc/conf.d/bootmisc - # Put a nologin file in /etc to prevent people from logging in before # system startup is complete delay_login="NO" diff --git a/conf.d/clock b/conf.d/clock index e055474c..4dab74f7 100644 --- a/conf.d/clock +++ b/conf.d/clock @@ -1,5 +1,3 @@ -# /etc/conf.d/clock - # Set CLOCK to "UTC" if your system clock is set to UTC (also known as # Greenwich Mean Time). If your clock is set to the local time, then # set CLOCK to "local". Note that if you dual boot with Windows, then diff --git a/conf.d/urandom b/conf.d/urandom index b4e9c99e..fbaf4e81 100644 --- a/conf.d/urandom +++ b/conf.d/urandom @@ -1,5 +1,3 @@ -# /etc/conf.d/urandom - # Sometimes you want to have urandom start before "localmount" # (say for crypt swap), so you will need to customize this # behavior. If you have /var on a separate partition, then -- cgit v1.2.3