dhcpd/fsl.dhcpd

changeset 606
c93d7930a2da
parent 605
04069b15fd9c
child 607
3f80fa12b972
     1.1 --- a/dhcpd/fsl.dhcpd	Tue Aug 28 18:52:30 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,52 +0,0 @@
     1.4 -##
     1.5 -##  fsl.dhcpd -- OSSP fsl configuration
     1.6 -##
     1.7 -
     1.8 -ident (dhcpd.*)/.+ q{
     1.9 -    prefix(
    1.10 -        prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
    1.11 -    )
    1.12 -    -> {
    1.13 -        debug: file(
    1.14 -            path="@l_prefix@/var/dhcpd/log/dhcpd.log",
    1.15 -            perm=0644
    1.16 -        )
    1.17 -    }
    1.18 -};
    1.19 -
    1.20 -ident (dhclient.*)/.+ q{
    1.21 -    prefix(
    1.22 -        prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
    1.23 -    )
    1.24 -    -> {
    1.25 -        debug: file(
    1.26 -            path="@l_prefix@/var/dhcpd/log/dhclient.log",
    1.27 -            perm=0644
    1.28 -        )
    1.29 -    }
    1.30 -};
    1.31 -
    1.32 -ident (dhrelay.*)/.+ q{
    1.33 -    prefix(
    1.34 -        prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
    1.35 -    )
    1.36 -    -> {
    1.37 -        debug: file(
    1.38 -            path="@l_prefix@/var/dhcpd/log/dhrelay.log",
    1.39 -            perm=0644
    1.40 -        )
    1.41 -    }
    1.42 -};
    1.43 -
    1.44 -ident (omshell.*)/.+ q{
    1.45 -    prefix(
    1.46 -        prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
    1.47 -    )
    1.48 -    -> {
    1.49 -        debug: file(
    1.50 -            path="@l_prefix@/var/dhcpd/log/omshell.log",
    1.51 -            perm=0644
    1.52 -        )
    1.53 -    }
    1.54 -};
    1.55 -

mercurial