1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

killall doesn't have -u option under FreeBSD 3.X

Reported by:	Alex Vasylenko <lxv@omut.org>
This commit is contained in:
Hajimu UMEMOTO 2001-03-16 13:28:16 +00:00
parent f1bf3ec3b8
commit 4fcf21acaa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39917
10 changed files with 15 additions and 5 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.12
PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/

View File

@ -10,7 +10,8 @@ start)
fi
;;
stop)
killall -u cyrus master && echo -n ' imapd'
kill `ps -a | awk '/cyrus\/bin\/master$/ {print $1}'` && \
echo -n ' imapd'
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2

View File

@ -7,6 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.12
PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/

View File

@ -10,7 +10,8 @@ start)
fi
;;
stop)
killall -u cyrus master && echo -n ' imapd'
kill `ps -a | awk '/cyrus\/bin\/master$/ {print $1}'` && \
echo -n ' imapd'
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2

View File

@ -7,6 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.12
PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/

View File

@ -10,7 +10,8 @@ start)
fi
;;
stop)
killall -u cyrus master && echo -n ' imapd'
kill `ps -a | awk '/cyrus\/bin\/master$/ {print $1}'` && \
echo -n ' imapd'
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2

View File

@ -7,6 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.12
PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/

View File

@ -10,7 +10,8 @@ start)
fi
;;
stop)
killall -u cyrus master && echo -n ' imapd'
kill `ps -a | awk '/cyrus\/bin\/master$/ {print $1}'` && \
echo -n ' imapd'
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2

View File

@ -7,6 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.12
PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/

View File

@ -10,7 +10,8 @@ start)
fi
;;
stop)
killall -u cyrus master && echo -n ' imapd'
kill `ps -a | awk '/cyrus\/bin\/master$/ {print $1}'` && \
echo -n ' imapd'
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2