diff options
author | Tim Rice <tim@multitalents.net> | 2007-07-25 06:16:07 +0200 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2007-07-25 06:16:07 +0200 |
commit | ffe3a8ec7e53325636f70b35c141578c4d21f200 (patch) | |
tree | 9b41abd9046c533429ea15e0da5501e8d7651188 /openssh.xml.in | |
parent | - (tim) [openbsd-compat/regress/closefromtest.c] Bug 1345: fix open() call. (diff) | |
download | openssh-ffe3a8ec7e53325636f70b35c141578c4d21f200.tar.xz openssh-ffe3a8ec7e53325636f70b35c141578c4d21f200.zip |
- (tim) [buildpkg.sh.in openssh.xml.in] Allow more flexibility where smf(5)
files are installed.
Diffstat (limited to 'openssh.xml.in')
-rw-r--r-- | openssh.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssh.xml.in b/openssh.xml.in index 96c5aeba4..8afe1d366 100644 --- a/openssh.xml.in +++ b/openssh.xml.in @@ -56,7 +56,7 @@ <exec_method name='start' type='method' - exec='/lib/svc/method/site/__SYSVINIT_NAME__ start' + exec='__SMF_METHOD_DIR__/__SYSVINIT_NAME__ start' timeout_seconds='60'> <method_context/> </exec_method> |