diff options
author | Tim Rice <tim@multitalents.net> | 2007-07-24 13:13:42 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2007-07-24 13:13:42 -0700 |
commit | 947fd59f7a086f197f72da8a01b71adaedce9082 (patch) | |
tree | f36b69bd936631d0c4ec699507b3c079cd37dbf8 | |
parent | 0d7b93473c7654dabdf8b8d207169af0278e9728 (diff) |
- (tim) [openssh.xml.in] make FMRI match what package scripts use.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | openssh.xml.in | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20070724 | ||
2 | - (tim) [openssh.xml.in] make FMRI match what package scripts use. | ||
3 | |||
1 | 20070628 | 4 | 20070628 |
2 | - (djm) bz#1325: Fix SELinux in permissive mode where it would | 5 | - (djm) bz#1325: Fix SELinux in permissive mode where it would |
3 | incorrectly fatal() on errors. patch from cjwatson AT debian.org; | 6 | incorrectly fatal() on errors. patch from cjwatson AT debian.org; |
@@ -3109,4 +3112,4 @@ | |||
3109 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3112 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3110 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3113 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3111 | 3114 | ||
3112 | $Id: ChangeLog,v 1.4711 2007/06/27 22:48:02 djm Exp $ | 3115 | $Id: ChangeLog,v 1.4712 2007/07/24 20:13:42 tim Exp $ |
diff --git a/openssh.xml.in b/openssh.xml.in index 2fcdea0a1..96c5aeba4 100644 --- a/openssh.xml.in +++ b/openssh.xml.in | |||
@@ -19,7 +19,7 @@ | |||
19 | <service_bundle type='manifest' name='OpenSSH server'> | 19 | <service_bundle type='manifest' name='OpenSSH server'> |
20 | 20 | ||
21 | <service | 21 | <service |
22 | name='site/openssh' | 22 | name='site/__SYSVINIT_NAME__' |
23 | type='service' | 23 | type='service' |
24 | version='1'> | 24 | version='1'> |
25 | 25 | ||