diff options
author | William Harrington <kb0iic@berzerkula.org> | 2014-04-26 21:18:38 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2014-04-26 21:18:38 -0500 |
commit | 6695e282a58fe395046ec794dba88cfad3f524d8 (patch) | |
tree | 8cbba67a305f34f4ec2c9d3093ca23acf454a4b3 /Makefile | |
parent | 4bf827ba977c5e158fceb5653f610b21770b317a (diff) |
Merge changes from my local repo to the one at cross-lfs.org.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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}/ |