]> git.pld-linux.org Git - packages/squid.git/commitdiff
- enabled internal dns
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 31 Mar 2001 20:11:31 +0000 (20:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- typo in group making
- added commented options in configure for kernel 2.4

Changed files:
    squid.spec -> 1.56

squid.spec

index 94504b0a2311e6f954d69590b44f670b8a999af7..c2429abdcf0a6b55c718a0fea8bc1f81e6f9c301 100644 (file)
@@ -99,13 +99,16 @@ autoconf
        --enable-err-language=English \
        --enable-htcp \
        --enable-carp \
-       --disable-internal-dns \
-       --enable-storeio="aufs coss diskd null ufs" \
+       --enable-storeio="aufs,coss,diskd,null,ufs" \
        --enable-removal-policies="lru heap" \
        --enable-ipf-transparent \
        --enable-delay-pools \
        --with-pthreads \
        --enable-cache-digests
+# old dns-checker:
+#      --disable-internal-dns \
+# for 2.4 kernel:
+#      --enable-linux-netfilter\
 
 mv -f squid/* doc
 %{__make} 
@@ -167,7 +170,7 @@ gzip -9nf CONTRIBUTORS COPYRIGHT CREDITS README ChangeLog QUICKSTART \
        TODO
 
 %pre
-grep -q squd /etc/group || (
+grep -q squid /etc/group || (
     /usr/sbin/groupadd -g 91 -r -f squid 1>&2 || :
 )
 grep -q squid /etc/passwd || (
@@ -224,7 +227,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %attr(755,root,root) %{_bindir}/client
 %attr(755,root,root) %{_bindir}/diskd
-%attr(755,root,root) %{_bindir}/dnsserver
+# It's absolete while internal-dns is enabled
+#%attr(755,root,root) %{_bindir}/dnsserver
 # YES, it has to be suid root, it sends ICMP packets.
 %attr(4755,root,root) %{_bindir}/pinger
 %attr(755,root,root) %{_bindir}/unlinkd
This page took 0.055416 seconds and 4 git commands to generate.