projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0019b39
)
lldpd: fix minor whitespace quirk in init script
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 12 Oct 2012 12:02:56 +0000
(12:02 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 12 Oct 2012 12:02:56 +0000
(12:02 +0000)
SVN-Revision: 33730
package/network/services/lldpd/files/lldpd.init
patch
|
blob
|
history
diff --git
a/package/network/services/lldpd/files/lldpd.init
b/package/network/services/lldpd/files/lldpd.init
index 0ef64e08e6c73347397bf7f9320b70c9d1335e61..22cb9db7493bbbaf6f728371c10698885d2d3d05 100644
(file)
--- a/
package/network/services/lldpd/files/lldpd.init
+++ b/
package/network/services/lldpd/files/lldpd.init
@@
-26,8
+26,8
@@
start() {
[ $enable_sonmp -gt 0 ] && append args '-s'
[ $enable_edp -gt 0 ] && append args '-e'
-
user_exists lldp 121 || user_add lldp 121 129
-
group_exists lldp 129 || group_add lldp 129
+ user_exists lldp 121 || user_add lldp 121 129
+ group_exists lldp 129 || group_add lldp 129
mkdir -p /var/run/lldp
chown lldp:lldp /var/run/lldp