summaryrefslogtreecommitdiffstats
path: root/abs/core/dhcp/dhcp.install
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-12-08 21:05:20 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-12-08 21:05:20 (GMT)
commite0ac4fd3706f8521fe343229d94dd9725ca18280 (patch)
tree56eb6d580a64650bc77283e32341a7517facb29d /abs/core/dhcp/dhcp.install
parent8084aca8649eb7e20f638bfe2ba683647cea3141 (diff)
downloadlinhes_pkgbuild-e0ac4fd3706f8521fe343229d94dd9725ca18280.zip
linhes_pkgbuild-e0ac4fd3706f8521fe343229d94dd9725ca18280.tar.gz
linhes_pkgbuild-e0ac4fd3706f8521fe343229d94dd9725ca18280.tar.bz2
dhcp: upgrade
Diffstat (limited to 'abs/core/dhcp/dhcp.install')
-rw-r--r--abs/core/dhcp/dhcp.install6
1 files changed, 1 insertions, 5 deletions
diff --git a/abs/core/dhcp/dhcp.install b/abs/core/dhcp/dhcp.install
index edb84b1..c0ad39e 100644
--- a/abs/core/dhcp/dhcp.install
+++ b/abs/core/dhcp/dhcp.install
@@ -1,7 +1,7 @@
# arg 1: the new package version
post_install() {
[ -f var/state/dhcp/dhcpd.leases ] || : >var/state/dhcp/dhcpd.leases
- echo "If dhcpd doesn' start ensure the ipv6 kernel module is loaded."
+ #echo "If dhcpd doesn't start, ensure the ipv6 kernel module is loaded."
}
# arg 1: the new package version
@@ -9,7 +9,3 @@ post_install() {
post_upgrade() {
post_install $1
}
-
-op=$1
-shift
-$op $*