Changeset 6733
- Timestamp:
- 01/14/11 20:54:37 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/applications/luci-initmgr/luasrc/model/cbi/startup.lua
r6732 r6733 16 16 local rc = "/etc/rc.local" 17 17 18 f = SimpleForm("rc", translate("Local Startup"), translate([[This is the content of /etc/rc.local. Insert your own commands here 19 (in front of 'exit 0') to execute them at the end of the boot process.]])) 18 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.")) 20 19 21 20 t = f:field(TextValue, "rcs")
