]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
clamav update
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 27 Aug 2006 20:35:06 +0000 (20:35 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Sun, 27 Aug 2006 20:35:06 +0000 (20:35 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@53 370017ae-e619-0410-ac65-c121f96126d4

clamav/clamav.SlackBuild
mod_python/mod_python.build

index eb8c99bcf5f9f6dfe3e61eee653d05f6d71195b0..2c3c871334b5bd266d2d0fdbd7bb451aa341b0bd 100755 (executable)
@@ -116,7 +116,7 @@ mkdir -p usr/doc/$PACKAGE-$VERSION
 cp $CWD/{AUTHORS,BUGS,COPYING,ChangeLog,FAQ,INSTALL,NEWS,README,TODO,UPGRADE} usr/doc/$PACKAGE-$VERSION/
 
 # install script
-echo '( chroot . /sbin/ldconfig )' > /install/doinst.sh
+echo '( chroot . /sbin/ldconfig )' > install/doinst.sh
 echo '( if ! grep -qe "^clamav:" etc/group; then echo creating group clamav... ; chroot . /usr/sbin/groupadd clamav; fi )' >> install/doinst.sh
 echo '( if ! grep -qe "^clamav:" etc/passwd; then echo creating user clamav... ; chroot . /usr/sbin/useradd clamav -g clamav; fi )' >> install/doinst.sh
 echo '( if [ ! -f "etc/clamd.conf" ]; then mv etc/clamd.conf.new etc/clamd.conf; fi )' >> install/doinst.sh
index 5dbb1acc39e6caeed4e079379516af87534909c1..cc242d0a73906f56a11b8ab63818acfc855f20af 100755 (executable)
@@ -96,7 +96,7 @@ done
 # install script
 echo '( echo Now dont forget to edit your main config and add )' > /install/doinst.sh
 echo '( echo   LoadModule python_module /usr/libexec/apache/mod_python.so )' >> /install/doinst.sh
-echo '( echo If your configuration uses ClearModuleList, then also )' >> /install/doinst.sh
+echo '( echo If your configuration uses ClearModuleList, then also add )' >> /install/doinst.sh
 echo '( echo   AddModule mod_python.c )' >> /install/doinst.sh
 
 if [ "$CLEANUP" == "yes" ]; then