diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-12-08 21:05:20 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-12-08 21:05:20 (GMT) |
commit | e0ac4fd3706f8521fe343229d94dd9725ca18280 (patch) | |
tree | 56eb6d580a64650bc77283e32341a7517facb29d /abs/core/dhcp/dhcp.install | |
parent | 8084aca8649eb7e20f638bfe2ba683647cea3141 (diff) | |
download | linhes_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.install | 6 |
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 $* |