From 41c9dc8729840f45f174a14a08703e04d1f5717e Mon Sep 17 00:00:00 2001 From: freaj Date: Mon, 30 Mar 2015 10:08:17 +0200 Subject: openrc-net: add new package to [pcr] --- pcr/openrc-net/dhcp.install | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pcr/openrc-net/dhcp.install (limited to 'pcr/openrc-net/dhcp.install') diff --git a/pcr/openrc-net/dhcp.install b/pcr/openrc-net/dhcp.install new file mode 100644 index 000000000..eb1d9d96e --- /dev/null +++ b/pcr/openrc-net/dhcp.install @@ -0,0 +1,20 @@ +_svc="dhcpd" +_rlvl="default" + +post_install() { +# _usr="dhcp" +# _grp="dhcp" +# echo " ==> requires $_usr user" +# echo " ==> requires $_grp group" + _cmd="rc-update add ${_svc} ${_rlvl}" + echo " ==> run '${_cmd}'" +} + +post_upgrade() { + post_install "$1" +} + +post_remove() { + _cmd="rc-update del ${_svc} ${_rlvl}" + echo " ==> run '${_cmd}'" +} -- cgit v1.2.3