mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
the start/stop scripts failed when booting on 5.x machines
This commit is contained in:
parent
0bfa2a5bc6
commit
4bf83888c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90003
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= cyrus-imapd
|
||||
PORTVERSION= 2.1.15
|
||||
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/ \
|
||||
|
@ -21,9 +21,9 @@ prefix=%%PREFIX%%
|
||||
#
|
||||
# DO NOT CHANGE THESE DEFAULT VALUES HERE
|
||||
#
|
||||
cyrus_imapd_enable="NO" # Enable imapd
|
||||
[ -z "$cyrus_imapd_enable" ] && cyrus_imapd_enable="NO" # Enable imapd
|
||||
#cyrus_imapd_program="${prefix}/cyrus/bin/master" # Location of imapd
|
||||
cyrus_imapd_flags="-d" # Flags to imapd program
|
||||
[ -z "$cyrus_imapd_flags" ] && cyrus_imapd_flags="-d" # Flags to imapd program
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= cyrus-imapd
|
||||
PORTVERSION= 2.2.1.b
|
||||
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/ \
|
||||
|
@ -21,9 +21,9 @@ prefix=%%PREFIX%%
|
||||
#
|
||||
# DO NOT CHANGE THESE DEFAULT VALUES HERE
|
||||
#
|
||||
cyrus_imapd_enable="NO" # Enable imapd
|
||||
[ -z "$cyrus_imapd_enable" ] && cyrus_imapd_enable="NO" # Enable imapd
|
||||
#cyrus_imapd_program="${prefix}/cyrus/bin/master" # Location of imapd
|
||||
cyrus_imapd_flags="-d" # Flags to imapd program
|
||||
[ -z "$cyrus_imapd_flags" ] && cyrus_imapd_flags="-d" # Flags to imapd program
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= cyrus-imapd
|
||||
PORTVERSION= 2.2.1.b
|
||||
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/ \
|
||||
|
@ -21,9 +21,9 @@ prefix=%%PREFIX%%
|
||||
#
|
||||
# DO NOT CHANGE THESE DEFAULT VALUES HERE
|
||||
#
|
||||
cyrus_imapd_enable="NO" # Enable imapd
|
||||
[ -z "$cyrus_imapd_enable" ] && cyrus_imapd_enable="NO" # Enable imapd
|
||||
#cyrus_imapd_program="${prefix}/cyrus/bin/master" # Location of imapd
|
||||
cyrus_imapd_flags="-d" # Flags to imapd program
|
||||
[ -z "$cyrus_imapd_flags" ] && cyrus_imapd_flags="-d" # Flags to imapd program
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= cyrus-imapd
|
||||
PORTVERSION= 2.2.1.b
|
||||
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/ \
|
||||
|
@ -21,9 +21,9 @@ prefix=%%PREFIX%%
|
||||
#
|
||||
# DO NOT CHANGE THESE DEFAULT VALUES HERE
|
||||
#
|
||||
cyrus_imapd_enable="NO" # Enable imapd
|
||||
[ -z "$cyrus_imapd_enable" ] && cyrus_imapd_enable="NO" # Enable imapd
|
||||
#cyrus_imapd_program="${prefix}/cyrus/bin/master" # Location of imapd
|
||||
cyrus_imapd_flags="-d" # Flags to imapd program
|
||||
[ -z "$cyrus_imapd_flags" ] && cyrus_imapd_flags="-d" # Flags to imapd program
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= dtcpclient
|
||||
PORTVERSION= 20030324
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/
|
||||
|
||||
|
@ -21,11 +21,11 @@ prefix=%%PREFIX%%
|
||||
#
|
||||
# DO NOT CHANGE THESE DEFAULT VALUES HERE
|
||||
#
|
||||
dtcpclient_enable="NO" # Enable dtcpclient
|
||||
[ -z "$dtcpclient_enable" ] && dtcpclient_enable="NO" # Enable dtcpclient
|
||||
#dtcpclient_program="${prefix}/sbin/dtcpclient" # Location of dtcpclient
|
||||
dtcpclient_server="" # DTCP server name
|
||||
dtcpclient_username="" # DTCP user name
|
||||
dtcpclient_flags="-t network -Dl" # Flags to dtcpclient program
|
||||
[ -z "$dtcpclient_server" ] && dtcpclient_server="" # DTCP server name
|
||||
[ -z "$dtcpclient_username" ] && dtcpclient_username="" # DTCP user name
|
||||
[ -z "$dtcpclient_flags" ] && dtcpclient_flags="-t network -Dl" # Flags to dtcpclient program
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gkrellm
|
||||
PORTVERSION= 2.1.19
|
||||
#PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils ipv6
|
||||
MASTER_SITES= http://web.wt.net/~billw/gkrellm/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
|
@ -21,9 +21,9 @@ prefix=%%PREFIX%%
|
||||
#
|
||||
# DO NOT CHANGE THESE DEFAULT VALUES HERE
|
||||
#
|
||||
gkrellmd_enable="NO" # Enable gkrellmd
|
||||
[ -z "$gkrellmd_enable" ] && gkrellmd_enable="NO" # Enable gkrellmd
|
||||
#gkrellmd_program="${prefix}/sbin/gkrellmd" # Location of gkrellmd
|
||||
gkrellmd_flags="-d" # Flags to gkrellmd program
|
||||
[ -z "$gkrellmd_flags" ] && gkrellmd_flags="-d" # Flags to gkrellmd program
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user