diff options
author | ume <ume@FreeBSD.org> | 2003-09-27 01:15:16 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-09-27 01:15:16 +0800 |
commit | 4548ececf1ff5f86e51825229a9b371210962a8f (patch) | |
tree | 790ecc8f430712112577dcc4e0a22c699b7a7a0c /mail | |
parent | eaaddc220596953a05b881e41012f4c41128acac (diff) | |
download | freebsd-ports-gnome-4548ececf1ff5f86e51825229a9b371210962a8f.tar.gz freebsd-ports-gnome-4548ececf1ff5f86e51825229a9b371210962a8f.tar.zst freebsd-ports-gnome-4548ececf1ff5f86e51825229a9b371210962a8f.zip |
fix comment
Reported by: nork
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd2/files/imapd.sh | 4 | ||||
-rw-r--r-- | mail/cyrus-imapd22/files/imapd.sh | 4 | ||||
-rw-r--r-- | mail/cyrus-imapd23/files/imapd.sh | 4 | ||||
-rw-r--r-- | mail/cyrus-imapd24/files/imapd.sh | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/mail/cyrus-imapd2/files/imapd.sh b/mail/cyrus-imapd2/files/imapd.sh index 45228af9ab0a..8f53241ff563 100644 --- a/mail/cyrus-imapd2/files/imapd.sh +++ b/mail/cyrus-imapd2/files/imapd.sh @@ -14,12 +14,12 @@ prefix=%%PREFIX%% -# Define these imapd_* variables in one of these files: +# Define these cyrus_imapd_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local # /etc/rc.conf.d/cyrus_imapd # -# DO NOT CHANGE THESE DEFAULT VALUES HERE +# DO NOT CHANGE THESE DEFAULT VALUES HERE # cyrus_imapd_enable="NO" # Enable imapd #cyrus_imapd_program="${prefix}/cyrus/bin/master" # Location of imapd diff --git a/mail/cyrus-imapd22/files/imapd.sh b/mail/cyrus-imapd22/files/imapd.sh index 45228af9ab0a..8f53241ff563 100644 --- a/mail/cyrus-imapd22/files/imapd.sh +++ b/mail/cyrus-imapd22/files/imapd.sh @@ -14,12 +14,12 @@ prefix=%%PREFIX%% -# Define these imapd_* variables in one of these files: +# Define these cyrus_imapd_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local # /etc/rc.conf.d/cyrus_imapd # -# DO NOT CHANGE THESE DEFAULT VALUES HERE +# DO NOT CHANGE THESE DEFAULT VALUES HERE # cyrus_imapd_enable="NO" # Enable imapd #cyrus_imapd_program="${prefix}/cyrus/bin/master" # Location of imapd diff --git a/mail/cyrus-imapd23/files/imapd.sh b/mail/cyrus-imapd23/files/imapd.sh index 45228af9ab0a..8f53241ff563 100644 --- a/mail/cyrus-imapd23/files/imapd.sh +++ b/mail/cyrus-imapd23/files/imapd.sh @@ -14,12 +14,12 @@ prefix=%%PREFIX%% -# Define these imapd_* variables in one of these files: +# Define these cyrus_imapd_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local # /etc/rc.conf.d/cyrus_imapd # -# DO NOT CHANGE THESE DEFAULT VALUES HERE +# DO NOT CHANGE THESE DEFAULT VALUES HERE # cyrus_imapd_enable="NO" # Enable imapd #cyrus_imapd_program="${prefix}/cyrus/bin/master" # Location of imapd diff --git a/mail/cyrus-imapd24/files/imapd.sh b/mail/cyrus-imapd24/files/imapd.sh index 45228af9ab0a..8f53241ff563 100644 --- a/mail/cyrus-imapd24/files/imapd.sh +++ b/mail/cyrus-imapd24/files/imapd.sh @@ -14,12 +14,12 @@ prefix=%%PREFIX%% -# Define these imapd_* variables in one of these files: +# Define these cyrus_imapd_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local # /etc/rc.conf.d/cyrus_imapd # -# DO NOT CHANGE THESE DEFAULT VALUES HERE +# DO NOT CHANGE THESE DEFAULT VALUES HERE # cyrus_imapd_enable="NO" # Enable imapd #cyrus_imapd_program="${prefix}/cyrus/bin/master" # Location of imapd |