Mon, 25 Aug 2014 19:06:31 +0200
Import package vendor original specs for necessary manipulations.
michael@795 | 1 | ## |
michael@795 | 2 | ## fsl.tftp -- OSSP fsl configuration |
michael@795 | 3 | ## |
michael@795 | 4 | |
michael@795 | 5 | ident (tftpd)/.+ q{ |
michael@795 | 6 | prefix( |
michael@795 | 7 | prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " |
michael@795 | 8 | ) |
michael@795 | 9 | -> { |
michael@795 | 10 | debug: file( |
michael@795 | 11 | path="@l_prefix@/var/tftp/tftp.log", |
michael@795 | 12 | perm=0644 |
michael@795 | 13 | ) |
michael@795 | 14 | } |
michael@795 | 15 | }; |
michael@795 | 16 |