From aac3e6c8e81cf7fcbaf415d219d0c6c588d06791 Mon Sep 17 00:00:00 2001 From: Julien Laffaye Date: Tue, 14 Jun 2011 22:12:01 +0000 Subject: Update to 1.9.1.0 Remove no longer necessary workaround for user/group creation PR: ports/157414 Submitted by: Rusty Nejdl (maintainer) Approved by: bapt (mentor) --- mail/assp/files/patch-assp.pl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'mail/assp/files/patch-assp.pl') diff --git a/mail/assp/files/patch-assp.pl b/mail/assp/files/patch-assp.pl index 381ba4279c46..f13c5c787768 100644 --- a/mail/assp/files/patch-assp.pl +++ b/mail/assp/files/patch-assp.pl @@ -1,17 +1,17 @@ ---- assp.pl.orig 2010-08-08 14:29:19.000000000 -0500 -+++ assp.pl 2010-08-08 14:30:13.000000000 -0500 -@@ -2029,11 +2029,11 @@ +--- assp.pl.orig 2011-05-29 13:27:11.672116773 -0500 ++++ assp.pl 2011-05-29 13:29:43.102794974 -0500 +@@ -2533,11 +2533,11 @@ 'Set the characterset/codepage for the maillog output to your local needs. Default (and best) on non Windows systems is "UTF-8" if available or "System Default" - no conversion. On Windows systems set it to your local codepage or UTF-8 (chcp 65001). To display nonASCII characters in the subject line and maillog files names setup decodeMIME2UTF8 . Restart is required!'], ['decodeMIME2UTF8','Decode MIME Words To UTF-8',1,\&checkbox,'1','(.*)',undef,'If selected, ASSP decodes MIME encoded words to UTF8. This enables support for national languages to be used in Bombs , Scripts , Spamdb , Logging. If not selected, only US-ASCII characters will be used for this functions. This requires an installed Email::MIME::Modifier module in PERL.'], ['AsAService','Run ASSP as a Windows Service',0,\&checkbox,'','(.*)',undef,'In Windows NT/2000/XP/2003 ASSP can be installed as a service. This setting tells ASSP that this has been done -- it does not install the Windows service for you. Installing ASSP as a service requires several steps which are detailed in the Quick Start for Win32 doku page.
Information about the Win32::Daemon module which which is necessary can be found here: The Official Win32::Daemon Home Page
requires ASSP restart'], -['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,'','(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &", but better.
-+['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,1,'(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &", but better.
- requires ASSP restart'], ++['AsADaemon','Run ASSP as a Daemon',0,\&checkbox,'1','(.*)',undef,'In Linux/BSD/Unix/OSX fork and close file handles. Similar to the command "perl assp.pl &", but better.
+ Changing this requires a restart of ASSP.'], -['runAsUser','Run as UID',20,\&textinput,'','(\S*)',undef,'The *nix user name to assume after startup (*nix only).

Examples: assp, nobody

+['runAsUser','Run as UID',20,\&textinput,'assp','(\S*)',undef,'The *nix user name to assume after startup (*nix only).

Examples: assp, nobody

- requires ASSP restart'], + Changing this requires a restart of ASSP.'], -['runAsGroup','Run as GID',20,\&textinput,'','(\S*)',undef,'The *nix group to assume after startup (*nix only).

Examples: assp, nobody

+['runAsGroup','Run as GID',20,\&textinput,'assp','(\S*)',undef,'The *nix group to assume after startup (*nix only).

Examples: assp, nobody

- requires ASSP restart'], + Changing this requires a restart of ASSP.'], ['ChangeRoot','Change Root',40,\&textinput,'','(.*)',undef,'The new root directory to which ASSP should chroot (*nix only). If blank, no chroot jail will be used. Note: if you use this feature, be sure to copy or link the etc/protocols file in your chroot jail.
- requires ASSP restart'], + Changing this requires a restart of ASSP.'], -- cgit v1.2.3