Browse Source

make sure FSL config is equal to fakesyslog; remember TODO issue; update vcheck

Ralf S. Engelschall 24 years ago
parent
commit
e1c73b5143
2 changed files with 10 additions and 14 deletions
  1. 8 13
      sendmail/fsl.sendmail
  2. 2 1
      sendmail/sendmail.spec

+ 8 - 13
sendmail/fsl.sendmail

@@ -2,20 +2,15 @@
 ##  fsl.sendmail -- OSSP fsl configuration for sendmail
 ##
 
-#   use OSSP fsl to perform the equivalent of the
-#   following syslog.conf(5) configuration entries:
-#   mail.crit    @l_prefix@/var/sendmail/log/sendmail.crit
-#   mail.err     @l_prefix@/var/sendmail/log/sendmail.err
-#   mail.notice  @l_prefix@/var/sendmail/log/sendmail.notice
 ident (.+)/mail q{
-    prefix(
-      prefix="%b %d %H:%M:%S %N $1: ", 
-      timezone=local
+    notice: prefix(
+        prefix="%b %d %H:%M:%S %N $1[%P]: ", 
+        timezone=local
+    )
+    -> file(
+        path="@l_prefix@/var/sendmail/log/sendmail.log", 
+        append=1, 
+        perm=0644
     )
-    -> {
-        critical: file(path="@l_prefix@/var/sendmail/log/mail.crit",   append=1, perm=0644);
-        error:    file(path="@l_prefix@/var/sendmail/log/mail.err",    append=1, perm=0644);
-        notice:   file(path="@l_prefix@/var/sendmail/log/mail.notice", append=1, perm=0644)
-    }
 }
 

+ 2 - 1
sendmail/sendmail.spec

@@ -28,6 +28,7 @@
 # 2 User, group ids in %files must be reviewed
 # 3 Fix sys_nerr on Linux platforms
 # 4 Test alot (also with smtpfeed)
+# 5 RSE: I don't think SFIO is still required
 #
 # Bugs:
 # 1 All mitgelieferte config files use 8.11.6 options
@@ -52,7 +53,7 @@ Distribution: OpenPKG [BRK]
 Group:        Mail
 License:      BSD
 Version:      8.12.5
-Release:      20020809
+Release:      20020810
 
 #   list of sources
 Source0:      ftp://ftp.sendmail.org/pub/sendmail/sendmail.%{version}.tar.gz