diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-27 20:35:06 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-08-27 20:35:06 +0000 |
commit | ed4f11b8d30691d382a5d5d43e25fb9d80f1f763 (patch) | |
tree | 0ffccd118a6729e9738a180ef2476b2730a54ec2 /clamav/clamav.SlackBuild | |
parent | c475c5b95942a924a169e31b01e0676a88a1bd04 (diff) | |
download | slackbuilds-ed4f11b8d30691d382a5d5d43e25fb9d80f1f763.tar.gz slackbuilds-ed4f11b8d30691d382a5d5d43e25fb9d80f1f763.tar.bz2 |
clamav update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@53 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'clamav/clamav.SlackBuild')
-rwxr-xr-x | clamav/clamav.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clamav/clamav.SlackBuild b/clamav/clamav.SlackBuild index eb8c99bc..2c3c8713 100755 --- a/clamav/clamav.SlackBuild +++ b/clamav/clamav.SlackBuild @@ -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 |