git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
feb14f7
)
applications/luci-initmgr: Changed header
author
Manuel Munz
<redacted>
Fri, 14 Jan 2011 19:50:05 +0000
(19:50 +0000)
committer
Manuel Munz
<redacted>
Fri, 14 Jan 2011 19:50:05 +0000
(19:50 +0000)
applications/luci-initmgr/luasrc/model/cbi/startup.lua
patch
|
blob
|
history
diff --git
a/applications/luci-initmgr/luasrc/model/cbi/startup.lua
b/applications/luci-initmgr/luasrc/model/cbi/startup.lua
index 800da11266282b5a1d5f89419380479ecaa19690..1856a1532a50ae289b7617cc63d3adb0d2a11a25 100644
(file)
--- a/
applications/luci-initmgr/luasrc/model/cbi/startup.lua
+++ b/
applications/luci-initmgr/luasrc/model/cbi/startup.lua
@@
-15,7
+15,7
@@
You may obtain a copy of the License at
local fs = require "nixio.fs"
local rc = "/etc/rc.local"
-f = SimpleForm("rc", translate("Startup"), translate([[This is the content of /etc/rc.local. Insert your own commands here
+f = SimpleForm("rc", translate("
Local
Startup"), translate([[This is the content of /etc/rc.local. Insert your own commands here
(in front of 'exit 0') to execute them at the end of the boot process.]]))
t = f:field(TextValue, "rcs")
git clone https://git.99rst.org/PROJECT