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