diff options
author | Tim Rice <tim@multitalents.net> | 2007-03-01 18:34:52 +0100 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2007-03-01 18:34:52 +0100 |
commit | c3af6d4d130a35120713d937e7d5efc933e86c3a (patch) | |
tree | 27f23392800149575e8bfc55cfa9e7905074926d /openssh.xml.in | |
parent | - dtucker@cvs.openbsd.org 2007/03/01 10:28:02 (diff) | |
download | openssh-c3af6d4d130a35120713d937e7d5efc933e86c3a.tar.xz openssh-c3af6d4d130a35120713d937e7d5efc933e86c3a.zip |
- (tim) [buildpkg.sh.in openssh.xml.in] Clean up Solaris 10 smf(5) bits.
"Looks sane" dtucker@
Diffstat (limited to 'openssh.xml.in')
-rw-r--r-- | openssh.xml.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openssh.xml.in b/openssh.xml.in index 655ee5c9e..2fcdea0a1 100644 --- a/openssh.xml.in +++ b/openssh.xml.in @@ -23,6 +23,9 @@ type='service' version='1'> +<!-- + We default to disabled so administrator can decide to enable or not. +--> <create_default_instance enabled='false'/> <single_instance/> @@ -53,7 +56,7 @@ <exec_method name='start' type='method' - exec='/lib/svc/method/site/opensshd start' + exec='/lib/svc/method/site/__SYSVINIT_NAME__ start' timeout_seconds='60'> <method_context/> </exec_method> |