projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5d7149
)
net/samba: Removed unneeded line, closes #2758
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 28 Nov 2007 12:51:40 +0000
(12:51 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 28 Nov 2007 12:51:40 +0000
(12:51 +0000)
SVN-Revision: 9614
net/samba/files/samba.init
patch
|
blob
|
history
diff --git
a/net/samba/files/samba.init
b/net/samba/files/samba.init
index 047f7b8ba6de70a75d191a66878e110eef87fdbf..89dcd854b4cdd4f71eb2513fdcb0637323333a95 100644
(file)
--- a/
net/samba/files/samba.init
+++ b/
net/samba/files/samba.init
@@
-7,8
+7,6
@@
RUN_D=/var/run/samba
NMBD_PID_F=$RUN_D/nmbd.pid
SMBD_PID_F=$RUN_D/smbd.pid
-. /etc/functions.sh
-
config_cb() {
local cfg="$CONFIG_SECTION"
local cfgtype
@@
-18,7
+16,7
@@
config_cb() {
timezone)
config_get posixtz $cfg posixtz
config_get zoneinfo $cfg zoneinfo
- echo "$posixtz" > /etc/TZ
+ echo "$posixtz" > /etc/TZ
;;
esac
}