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
# Date created: 21 Febryaru 2012
# Whom: vermaden
# New ports collection makefile for: automount
# Date created: 28 February 2012
# Whom: vermaden
#
# $FreeBSD$
#

View File

@ -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