projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix stupid typo
[openwrt.git]
/
openwrt
/
package
/
samba
/
files
/
samba.init
diff --git
a/openwrt/package/samba/files/samba.init
b/openwrt/package/samba/files/samba.init
index
43ab372
..
c3c600a
100644
(file)
--- a/
openwrt/package/samba/files/samba.init
+++ b/
openwrt/package/samba/files/samba.init
@@
-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.020192 seconds
and
4
git commands to generate.