- various cleanups
This commit is contained in:
Stephan Raue 2009-11-16 16:18:23 +01:00
parent 8ef5ef5caf
commit 524b64b85b

View File

@ -6,11 +6,8 @@
. /etc/sysconfig
if test -x /usr/bin/smbd; then
progress "Starting Samba server"
progress "Starting Samba server"
/usr/bin/smbd > /dev/null 2>&1 &
fi
exit 0