Browse Source

fsllint police: fix ident/default

master
Thomas Lotterer 23 years ago committed by Ralf S. Engelschall
parent
commit
30c0f03b80
  1. 15
      fsl/fsl.fsl
  2. 2
      fsl/fsl.spec
  3. 2
      honeyd/fsl.honeyd
  4. 2
      honeyd/honeyd.spec
  5. 3
      inn/fsl.inn
  6. 2
      inn/inn.spec
  7. 2
      openssh/fsl.openssh
  8. 2
      openssh/openssh.spec
  9. 2
      openssh/rc.openssh
  10. 2
      pks/fsl.pks
  11. 2
      pks/pks.spec
  12. 2
      pks/rc.pks
  13. 4
      portfwd/fsl.portfwd
  14. 2
      portfwd/portfwd.spec
  15. 5
      sasl/fsl.sasl
  16. 2
      sasl/sasl.spec
  17. 16
      sendmail/fsl.sendmail
  18. 2
      sendmail/sendmail.spec
  19. 5
      whoson/fsl.whoson
  20. 2
      whoson/whoson.spec

15
fsl/fsl.fsl

@ -16,15 +16,14 @@ map debug debug;
# default logging specification
default (.+)/.+ q{
debug:
prefix(
prefix="%b %d %H:%M:%S <%L> $1[%P]: ",
timezone=local
) ->
file(
path="@l_prefix@/var/fsl/fsl.log",
append=1,
perm=0644
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
)
-> {
debug: file(
path="@l_prefix@/var/fsl/fsl.log",
perm=0644
)
}
};

2
fsl/fsl.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [CORE]
Group: System
License: MIT-style
Version: 1.2.0
Release: 20030714
Release: 20030715
# package options
%option with_fsl_debuglogcode no

2
honeyd/fsl.honeyd

@ -2,7 +2,7 @@
## fsl.honeyd -- OSSP fsl configuration
##
ident honeyd q{
ident (honeyd)/.+ q{
prefix(
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
)

2
honeyd/honeyd.spec

@ -35,7 +35,7 @@ Distribution: OpenPKG [JUNK]
Group: Language
License: BSD License
Version: 0.6
Release: 20030714
Release: 20030715
# package options
%option with_fsl yes

3
inn/fsl.inn

@ -9,8 +9,7 @@
# news.notice @l_prefix@/var/inn/log/news.notice
ident (.+)/news q{
prefix(
prefix="%b %d %H:%M:%S %N $1: ",
timezone=local
prefix="%b %d %H:%M:%S %N $1: "
)
-> {
critical: file(path="@l_prefix@/var/inn/log/news.crit", perm=0644);

2
inn/inn.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: News
License: ISC
Version: 2.4.0
Release: 20030714
Release: 20030715
# package options
%option with_fsl yes

2
openssh/fsl.openssh

@ -8,7 +8,7 @@ ident (ssh(d|-.+)?|scp|sftp(-server)?)/.+ q{
)
-> {
debug: file(
path="@l_prefix@/var/openssh/sshd.log",
path="@l_prefix@/var/openssh/openssh.log",
perm=0644
)
}

2
openssh/openssh.spec

@ -38,7 +38,7 @@ Distribution: OpenPKG [CORE]
Group: Security
License: BSD
Version: %{V_base}%{V_portable}
Release: 20030714
Release: 20030715
# package options
%option with_fsl yes

2
openssh/rc.openssh

@ -49,7 +49,7 @@
-z${openssh_log_complevel} -o@l_susr@ -g@l_sgrp@ -m644 \
-P "${openssh_log_prolog}" \
-E "${openssh_log_epilog}" \
@l_prefix@/var/openssh/sshd.log
@l_prefix@/var/openssh/openssh.log
if [ ".`cat $hintfile`" = ".epilog" ]; then
openssh_signal TERM
sleep 2

2
pks/fsl.pks

@ -8,7 +8,7 @@ ident (pksd)/.+ q{
)
-> {
debug: file(
path="@l_prefix@/var/pks/pksd.log",
path="@l_prefix@/var/pks/pks.log",
perm=0644
)
}

2
pks/pks.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Cryptography
License: GPL
Version: 0.9.6
Release: 20030714
Release: 20030715
# package options
%option with_fsl yes

2
pks/rc.pks

@ -37,5 +37,5 @@
-z${pks_log_complevel} -o@l_rusr@ -g@l_rgrp@ -m644 \
-P "${pks_log_prolog}" \
-E "${pks_log_epilog}" \
@l_prefix@/var/pks/pksd.log
@l_prefix@/var/pks/pks.log

4
portfwd/fsl.portfwd

@ -2,9 +2,9 @@
## fsl.portfwd -- OSSP fsl configuration
##
ident portfwd/.+ q{
ident (portfwd)/.+ q{
prefix(
prefix="%b %d %H:%M:%S %N <%L> portfwd[%P]: "
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
)
-> {
debug: file(

2
portfwd/portfwd.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Network
License: GPL
Version: 0.26rc6
Release: 20030714
Release: 20030715
# package options
%option with_fsl yes

5
sasl/fsl.sasl

@ -4,14 +4,13 @@
ident (saslauthd)/.+ q{
prefix(
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: ",
timezone=local
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
)
-> {
debug: file(
path="@l_prefix@/var/sasl/log/saslauthd.log",
perm=0600
);
)
}
};

2
sasl/sasl.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Cryptography
License: BSD
Version: 2.1.14
Release: 20030714
Release: 20030715
# package options
%option with_fsl yes

16
sendmail/fsl.sendmail

@ -3,14 +3,14 @@
##
ident (.+)/mail q{
notice: prefix(
prefix="%b %d %H:%M:%S %N $1[%P]: ",
timezone=local
)
-> file(
path="@l_prefix@/var/sendmail/sendmail.log",
append=1,
perm=0644
prefix(
prefix="%b %d %H:%M:%S %N $1[%P]: "
)
-> {
debug: file(
path="@l_prefix@/var/sendmail/sendmail.log",
perm=0644
)
}
};

2
sendmail/sendmail.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Mail
License: BSD
Version: 8.12.9
Release: 20030714
Release: 20030715
# package options
%option with_fsl yes

5
whoson/fsl.whoson

@ -4,14 +4,13 @@
ident (whosond)/.+ q{
prefix(
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: ",
timezone=local
prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
)
-> {
debug: file(
path="@l_prefix@/var/whoson/log/whosond.log",
perm=0600
);
)
}
};

2
whoson/whoson.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: Mail
License: GPL
Version: 2.02a
Release: 20030714
Release: 20030715
# package options
%option with_fsl yes

Loading…
Cancel
Save