From 6695e282a58fe395046ec794dba88cfad3f524d8 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sat, 26 Apr 2014 21:18:38 -0500 Subject: Merge changes from my local repo to the one at cross-lfs.org. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c63df2..9b5c9f2 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,11 @@ install-acpid: create-dirs install -m ${CONFMODE} clfs/units/acpid.socket ${UNITSDIR}/ systemctl enable acpid.socket +install-apcupsd: create-dirs + install -m ${CONFMODE} clfs/tmpfiles/apcupsd.conf ${TMPFILESDIR}/ + install -m ${CONFMODE} clfs/units/apcupsd.service ${UNITSDIR}/ + systemctl enable apcupsd.service + install-dhcpd: create-dirs install -m ${CONFMODE} clfs/default/dhcpd ${DEFAULTSDIR}/ install -m ${CONFMODE} clfs/units/dhcpd.service ${UNITSDIR}/ -- cgit v1.2.3-54-g00ecf