]> git.pld-linux.org Git - packages/dansguardian.git/commitdiff
- obsolete
authortommat <tommat@pld-linux.org>
Mon, 15 Dec 2008 20:37:16 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dansguardian-conf.patch -> 1.2
    dansguardian-log.patch -> 1.2
    dansguardian-zlib.patch -> 1.3

dansguardian-conf.patch [deleted file]
dansguardian-log.patch [deleted file]
dansguardian-zlib.patch [deleted file]

diff --git a/dansguardian-conf.patch b/dansguardian-conf.patch
deleted file mode 100644 (file)
index 9bd4804..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
---- configure.old      2005-08-14 01:47:57.000000000 +0200
-+++ configure  2005-12-03 11:54:05.000000000 +0100
-@@ -45,6 +45,7 @@
- logdir='/var/log/dansguardian/'
- piddir='/var/run/'
- logrotatedir='/etc/logrotate.d/'
-+datadir='/usr/share/dansguardian/'
- gccver=`gcc -dumpversion | sed '1,$s/.[0-9]*$//'`
- case `uname -s` in
-@@ -2808,7 +2809,7 @@
- echo "# and easier to customise the access denied page." >>dansguardian.conf
- echo "# The language file is used no matter what setting however." >>dansguardian.conf
- echo "#" >>dansguardian.conf
--$extendedecho "languagedir = '$prefixdir$sysconfdir\c" >>dansguardian.conf
-+$extendedecho "languagedir = '$prefixdir$datadir\c" >>dansguardian.conf
- echo "languages'" >>dansguardian.conf
- echo "" >>dansguardian.conf
- echo "# language to use from languagedir." >>dansguardian.conf
-@@ -2875,8 +2876,8 @@
- echo "# 0 = off" >>dansguardian.conf
- echo "# 1 = on (default)" >>dansguardian.conf
- echo "usecustombannedimage = 1" >>dansguardian.conf
--$extendedecho "custombannedimagefile = '$prefixdir$sysconfdir\c" >>dansguardian.conf
--echo "transparent1x1.gif'" >>dansguardian.conf
-+$extendedecho "custombannedimagefile = '$prefixdir$datadir\c" >>dansguardian.conf
-+echo "pics/transparent1x1.gif'" >>dansguardian.conf
- echo "" >>dansguardian.conf
- echo "" >>dansguardian.conf
- echo "" >>dansguardian.conf
diff --git a/dansguardian-log.patch b/dansguardian-log.patch
deleted file mode 100644 (file)
index 97b4f74..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -uNr dansguardian-2.8.0.4.old/autoconf/linux.in dansguardian-2.8.0.4/autoconf/linux.in
---- dansguardian-2.8.0.4.old/autoconf/linux.in 2005-02-20 16:25:10.000000000 +0100
-+++ dansguardian-2.8.0.4/autoconf/linux.in     2005-02-22 12:26:34.700489000 +0100
-@@ -85,10 +85,6 @@
-       cp -f ./dansguardian.pl $I$(CGIBINLOCATION)dansguardian.pl
-       chmod o+x $I$(CGIBINLOCATION)dansguardian.pl
-       cp -f ./dansguardian.8.gz $I$(MANUALFILES)man8/dansguardian.8.gz
--      chown -R $(PROXYUSER):$(PROXYGROUP) $I$(LOGLOCATION)
--      chmod -R u+wr $I$(LOGLOCATION)
--      chmod -R og-w $I$(LOGLOCATION)
--      chmod u+wrx $I$(LOGLOCATION)
-       if [ -f $(CHKCONF) ]; then $(CHKCONFIG); fi
-       if [ -f $(DEB_RC) ]; then $(DEB_RC) dansguardian defaults 50; fi
-       if [ -d $(LOGROTATELOCATION) ]; then cp -f ./logrotate.dansguardian $I$(LOGROTATELOCATION)dansguardian; fi
diff --git a/dansguardian-zlib.patch b/dansguardian-zlib.patch
deleted file mode 100644 (file)
index f0c61b3..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr dansguardian-2.8.0.4.old/autoconf/linux.in dansguardian-2.8.0.4/autoconf/linux.in
---- dansguardian-2.8.0.4.old/autoconf/linux.in 2005-02-20 16:25:10.000000000 +0100
-+++ dansguardian-2.8.0.4/autoconf/linux.in     2005-02-22 11:30:20.247483832 +0100
-@@ -14,7 +14,7 @@
-       HTMLTemplate.o LanguageContainer.o DynamicURLList.o ImageContainer.o \
-       FOptionContainer.o ListManager.o md5.o
-       
--LIBS = $(libdir)/libz.a
-+LIBS = -lz
- PROG = dansguardian
- INSTALLFILES = dansguardian dansguardian.conf dansguardian.sysv \
-                bannedphraselist exceptionsitelist dansguardian.pl \
This page took 0.136387 seconds and 4 git commands to generate.