This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2012-02-28 07:22:30 +01:00
parent 20991d437c
commit 910001fde3
2 changed files with 13 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# New ports collection makefile for: automount # New ports collection makefile for: automount
# Date created: 21 Febryaru 2012 # Date created: 28 February 2012
# Whom: vermaden # Whom: vermaden
# #
# $FreeBSD$ # $FreeBSD$
# #

View File

@ -2,13 +2,15 @@
case ${2} in case ${2} in
(POST-INSTALL) (POST-INSTALL)
/etc/rc.d/devd restart /etc/rc.d/devd restart
echo echo
echo echo
echo "Check /usr/local/sbin/automount --help for available options." echo "Check /usr/local/sbin/automount --help for available options."
echo echo
echo echo
;; ;;
(PRE-INSTALL) : ;; (PRE-INSTALL)
:
;;
esac esac