From 0989decf34a730512b881917cb09214627b4b85e Mon Sep 17 00:00:00 2001 From: vermaden Date: Tue, 28 Feb 2012 07:11:47 +0100 Subject: [PATCH 1/2] Update port/sysutils/automount/pkg-install --- port/sysutils/automount/pkg-install | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/port/sysutils/automount/pkg-install b/port/sysutils/automount/pkg-install index 5efa21e..8c8cd8a 100644 --- a/port/sysutils/automount/pkg-install +++ b/port/sysutils/automount/pkg-install @@ -2,13 +2,13 @@ case ${2} in (POST-INSTALL) - /etc/rc.d/devd restart - echo - echo - echo "Check /usr/local/sbin/automount --help for available options." - echo - echo - ;; - (PRE-INSTALL) : ;; + /etc/rc.d/devd restart + echo + echo + echo "Check /usr/local/sbin/automount --help for available options." + echo + echo + ;; + (PRE-INSTALL) : ;; esac From 9f55628e229b22c7dc73fe8c0105a3f5228a4610 Mon Sep 17 00:00:00 2001 From: vermaden Date: Tue, 28 Feb 2012 07:12:12 +0100 Subject: [PATCH 2/2] Update port/sysutils/automount/Makefile --- port/sysutils/automount/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/sysutils/automount/Makefile b/port/sysutils/automount/Makefile index 7cac632..e1b39de 100644 --- a/port/sysutils/automount/Makefile +++ b/port/sysutils/automount/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: automount -# Date created: 21 Febryaru 2012 +# Date created: 21 February 2012 # Whom: vermaden # # $FreeBSD$