]> git.pld-linux.org Git - packages/dansguardian.git/commitdiff
- new
authortommat <tommat@pld-linux.org>
Mon, 15 Dec 2008 20:28:30 +0000 (20:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dansguardian.lighttpd -> 1.1
    dansguardian.logrotate -> 1.1

dansguardian.lighttpd [new file with mode: 0644]
dansguardian.logrotate [new file with mode: 0644]

diff --git a/dansguardian.lighttpd b/dansguardian.lighttpd
new file mode 100644 (file)
index 0000000..0e65949
--- /dev/null
@@ -0,0 +1,4 @@
+alias.url += (
+    "/dansguardian" => "/usr/share/dansguardian",
+)
+
diff --git a/dansguardian.logrotate b/dansguardian.logrotate
new file mode 100644 (file)
index 0000000..b6b6bb5
--- /dev/null
@@ -0,0 +1,14 @@
+/var/log/dansguardian/*.log {
+       rotate 4
+       weekly
+       missingok
+       notifempty
+       nocreate
+       nocopy
+       nocopytruncate
+       compress
+
+       postrotate
+               /usr/sbin/dansguardian -r
+       endscript
+}
This page took 0.066319 seconds and 4 git commands to generate.