diff options
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 $* |