From 910001fde3df11152457fe52f1e40cb6d8444b5d Mon Sep 17 00:00:00 2001 From: "Slawomir Wojciech Wojtczak (vermaden)" Date: Tue, 28 Feb 2012 07:22:30 +0100 Subject: [PATCH] 1.2 --- port/sysutils/automount/Makefile | 6 +++--- port/sysutils/automount/pkg-install | 18 ++++++++++-------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/port/sysutils/automount/Makefile b/port/sysutils/automount/Makefile index 154d349..bf4cce7 100644 --- a/port/sysutils/automount/Makefile +++ b/port/sysutils/automount/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: automount -# Date created: 21 Febryaru 2012 -# Whom: vermaden +# New ports collection makefile for: automount +# Date created: 28 February 2012 +# Whom: vermaden # # $FreeBSD$ # diff --git a/port/sysutils/automount/pkg-install b/port/sysutils/automount/pkg-install index 5efa21e..e9524fb 100644 --- a/port/sysutils/automount/pkg-install +++ b/port/sysutils/automount/pkg-install @@ -2,13 +2,15 @@ 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