From 0989decf34a730512b881917cb09214627b4b85e Mon Sep 17 00:00:00 2001 From: vermaden Date: Tue, 28 Feb 2012 07:11:47 +0100 Subject: [PATCH] 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