1.2
This commit is contained in:
parent
20991d437c
commit
910001fde3
|
|
@ -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$
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue