add missing codepages, add syslog support and use it by default
[openwrt.git] / package / samba / files / samba.init
index 43ab372..c3c600a 100644 (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
This page took 0.025314 seconds and 4 git commands to generate.