summaryrefslogtreecommitdiff
path: root/pcr/openrc-net/dhcp.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-28 00:50:22 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-28 00:50:22 -0500
commit481d4aa0eb656747987042ad7c59ae783ab24ed8 (patch)
tree2071fb7437d989295417a9c24f4a30d2297fa227 /pcr/openrc-net/dhcp.install
parent0261c17b7921335e4cd1d0ab62cf000dd1359df4 (diff)
downloadabslibre-481d4aa0eb656747987042ad7c59ae783ab24ed8.tar.gz
abslibre-481d4aa0eb656747987042ad7c59ae783ab24ed8.tar.bz2
abslibre-481d4aa0eb656747987042ad7c59ae783ab24ed8.zip
openrc-net-20160528-1: updating version
Diffstat (limited to 'pcr/openrc-net/dhcp.install')
-rw-r--r--pcr/openrc-net/dhcp.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/pcr/openrc-net/dhcp.install b/pcr/openrc-net/dhcp.install
index eb1d9d96e..906cd4e48 100644
--- a/pcr/openrc-net/dhcp.install
+++ b/pcr/openrc-net/dhcp.install
@@ -1,20 +1,6 @@
-_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}'"
}