1 | --- portdestroot.tcl.org 2007-11-01 17:33:49.000000000 -0700 |
---|
2 | +++ portdestroot.tcl 2007-11-02 00:01:11.000000000 -0700 |
---|
3 | @@ -47,6 +47,7 @@ |
---|
4 | options startupitem.name startupitem.start startupitem.stop startupitem.restart |
---|
5 | options startupitem.type startupitem.executable |
---|
6 | options startupitem.pidfile startupitem.logfile startupitem.logevents startupitem.netchange |
---|
7 | +options startupitem.inetdsockname startupitem.inetdwait |
---|
8 | commands destroot |
---|
9 | |
---|
10 | # Set defaults |
---|
11 | @@ -73,6 +74,8 @@ |
---|
12 | default startupitem.logfile "" |
---|
13 | default startupitem.logevents no |
---|
14 | default startupitem.netchange no |
---|
15 | +default startupitem.inetdsockname "" |
---|
16 | +default startupitem.inetdwait no |
---|
17 | |
---|
18 | set_ui_prefix |
---|
19 | |
---|