1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Use -U option of ps instead of odd path checking.

This commit is contained in:
Hajimu UMEMOTO 2001-03-22 11:17:17 +00:00
parent b72bd841b5
commit 749983c11c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40206
10 changed files with 10 additions and 10 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.12
PORTREVISION= 1
PORTREVISION= 2
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,7 @@ start)
fi
;;
stop)
kill `ps -a | awk '/cyrus\/bin\/master$/ {print $1}'` && \
kill `ps -U cyrus | awk '/master/ {print $1}'` && echo -n ' imapd'
echo -n ' imapd'
;;
*)

View File

@ -7,7 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.12
PORTREVISION= 1
PORTREVISION= 2
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,7 @@ start)
fi
;;
stop)
kill `ps -a | awk '/cyrus\/bin\/master$/ {print $1}'` && \
kill `ps -U cyrus | awk '/master/ {print $1}'` && echo -n ' imapd'
echo -n ' imapd'
;;
*)

View File

@ -7,7 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.12
PORTREVISION= 1
PORTREVISION= 2
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,7 @@ start)
fi
;;
stop)
kill `ps -a | awk '/cyrus\/bin\/master$/ {print $1}'` && \
kill `ps -U cyrus | awk '/master/ {print $1}'` && echo -n ' imapd'
echo -n ' imapd'
;;
*)

View File

@ -7,7 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.12
PORTREVISION= 1
PORTREVISION= 2
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,7 @@ start)
fi
;;
stop)
kill `ps -a | awk '/cyrus\/bin\/master$/ {print $1}'` && \
kill `ps -U cyrus | awk '/master/ {print $1}'` && echo -n ' imapd'
echo -n ' imapd'
;;
*)

View File

@ -7,7 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.0.12
PORTREVISION= 1
PORTREVISION= 2
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,7 @@ start)
fi
;;
stop)
kill `ps -a | awk '/cyrus\/bin\/master$/ {print $1}'` && \
kill `ps -U cyrus | awk '/master/ {print $1}'` && echo -n ' imapd'
echo -n ' imapd'
;;
*)