1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add missing codepages, add syslog support and use it by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1996 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2005-09-29 07:04:02 +00:00
parent a10df15d38
commit 1241032b01
3 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/sh
DEFAULT=/etc/default/samba
LOG_D=/var/log/samba
RUN_D=/var/run/samba
NMBD_PID_F=$RUN_D/nmbd.pid
SMBD_PID_F=$RUN_D/smbd.pid
@@ -9,7 +8,6 @@ SMBD_PID_F=$RUN_D/smbd.pid
case $1 in
start)
mkdir -p $LOG_D
mkdir -p $RUN_D
nmbd -D $NMBD_OPTIONS
smbd -D $SMBD_OPTIONS