fixed typos

This commit is contained in:
Tobias Powalowski 2009-07-25 11:03:02 +02:00
parent 922b329aba
commit 5ff376dbe8
3 changed files with 4 additions and 3 deletions

View file

@ -13,6 +13,7 @@ install ()
add_file "/usr/share/archboot/clamav/etc/clamav/freshclam.conf" "/etc/clamav/freshclam.conf" add_file "/usr/share/archboot/clamav/etc/clamav/freshclam.conf" "/etc/clamav/freshclam.conf"
# get latest virus definitions # get latest virus definitions
CLAMAV=$(mktemp -d /tmp/clamav.XXXX) CLAMAV=$(mktemp -d /tmp/clamav.XXXX)
chmod 777 $CLAMAV
freshclam --config-file=/usr/share/archboot/clamav/etc/clamav/freshclam.conf --datadir=$CLAMAV freshclam --config-file=/usr/share/archboot/clamav/etc/clamav/freshclam.conf --datadir=$CLAMAV
add_file "$CLAMAV/mirrors.dat" "/var/lib/clamav/mirrors.dat" add_file "$CLAMAV/mirrors.dat" "/var/lib/clamav/mirrors.dat"
add_file "$CLAMAV/main.cvd" "/var/lib/clamav/main.cvd" add_file "$CLAMAV/main.cvd" "/var/lib/clamav/main.cvd"

View file

@ -7,8 +7,8 @@ install ()
FILES="" FILES=""
SCRIPT="" SCRIPT=""
add_dir "/etc/openvpn" add_dir "/etc/openvpn"
add_files "/etc/rc.d/openvpn" add_file "/etc/rc.d/openvpn"
add_files "/etc/rc.d/openvpn-tapdev" add_file "/etc/rc.d/openvpn-tapdev"
add_file "/usr/share/archboot/openvpn/etc/conf.d/openvpn-tapdev" "/etc/conf.d/openvpn-tapdev" add_file "/usr/share/archboot/openvpn/etc/conf.d/openvpn-tapdev" "/etc/conf.d/openvpn-tapdev"
# add examples # add examples
for i in /usr/share/openvpn/examples/*; do for i in /usr/share/openvpn/examples/*; do