'fixed typos'

This commit is contained in:
Tobias Powalowski 2009-06-17 16:22:48 +02:00
parent 4c62f67bcb
commit 4096cfacc8
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ install ()
add_file "$i" add_file "$i"
done done
# add plugins # add plugins
for i in /usr/share/openvpn/plugin/lib/* for i in /usr/share/openvpn/plugin/lib/*; do
add_file "$i" add_file "$i"
done done
# fix licenses # fix licenses

View file

@ -4,7 +4,7 @@ install ()
{ {
MODULES=" $(checked_modules "/drivers/net/") " MODULES=" $(checked_modules "/drivers/net/") "
BINARIES="tcpd findssl.sh scp sftp ssh-add ssh-agent ssh-copy-id ssh-keygen ssh-keyscan sshd pmap_set pmap_dump xinetd telnetd rsync exportfs nfsstat rpc.idmapd rpc.mountd rpc.nfsd rpc.statd rpcdebug showmount sm-notify start-statd slogin screen rpcbind rpcinfo gss_clnt_send_err gss_destroy_creds rpc.gssd rpc.svcgssd" BINARIES="tcpd findssl.sh scp sftp ssh-add ssh-agent ssh-copy-id ssh-keygen ssh-keyscan sshd xinetd telnetd rsync exportfs nfsstat rpc.idmapd rpc.mountd rpc.nfsd rpc.statd rpcdebug showmount sm-notify start-statd slogin screen rpcbind rpcinfo gss_clnt_send_err gss_destroy_creds rpc.gssd rpc.svcgssd"
FILES="" FILES=""
SCRIPT="arch_remote" SCRIPT="arch_remote"
add_file "/usr/share/archboot/remote/etc/hosts.allow" "/etc/hosts.allow" add_file "/usr/share/archboot/remote/etc/hosts.allow" "/etc/hosts.allow"
@ -35,8 +35,8 @@ install ()
add_dir "/var/empty" add_dir "/var/empty"
add_file "/etc/rc.d/nfs-server" add_file "/etc/rc.d/nfs-server"
add_file "/etc/rc.d/nfs-common" add_file "/etc/rc.d/nfs-common"
add_file "/usr/share/archboot/remote/etc/conf.d/nfs-common" "/etc/conf.d/nfs-common" add_file "/usr/share/archboot/remote/etc/conf.d/nfs-common.conf" "/etc/conf.d/nfs-common.conf"
add_file "/usr/share/archboot/remote/etc/conf.d/nfs-server" "/etc/conf.d/nfs-server" add_file "/usr/share/archboot/remote/etc/conf.d/nfs-server.conf" "/etc/conf.d/nfs-server.conf"
add_file "/usr/share/archboot/remote/etc/gssapi_mech.conf" "/etc/gssapi_mech.conf" add_file "/usr/share/archboot/remote/etc/gssapi_mech.conf" "/etc/gssapi_mech.conf"
add_file "/usr/share/archboot/remote/etc/idmapd.conf" "/etc/idmapd.conf" add_file "/usr/share/archboot/remote/etc/idmapd.conf" "/etc/idmapd.conf"
add_file "/usr/share/archboot/remote/etc/netconfig" "/etc/netconfig" add_file "/usr/share/archboot/remote/etc/netconfig" "/etc/netconfig"