diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 2 | ||||
-rw-r--r-- | etc/rc.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 869430f8..77262595 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -DIR= /etc +DIR= ${SYSCONFDIR} CONF= rc.conf MK= ../mk diff --git a/etc/rc.conf b/etc/rc.conf index c3347996..f0c5b770 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,4 +1,4 @@ -# /etc/rc.conf: Global OpenRC configuration settings +# Global OpenRC configuration settings # Set to "YES" if you want the rc system to try and start services # in parallel for a slight speed improvement. When running in parallel we |