[arch-commits] Commit in dhcp/trunk (dhcp.install)

Roman Kyrylych roman at archlinux.org
Sat Oct 3 10:36:02 UTC 2009


    Date: Saturday, October 3, 2009 @ 06:36:02
  Author: roman
Revision: 53791

Fixed install file

Modified:
  dhcp/trunk/dhcp.install

--------------+
 dhcp.install |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: dhcp.install
===================================================================
--- dhcp.install	2009-10-03 09:29:59 UTC (rev 53790)
+++ dhcp.install	2009-10-03 10:36:02 UTC (rev 53791)
@@ -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_upgrade() {
   post_install $1
 }
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list