diff options
author | Marcel Telka <marcel@telka.sk> | 2021-01-25 17:47:28 +0100 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2021-01-26 14:05:21 -0500 |
commit | 734e1f66c3254ea498ea4ce3fe6dc7e6f9f293ff (patch) | |
tree | 6a193fbb8492818baf85f644fa93f9bfc12996e3 /usr/src | |
parent | 4f1c2d80debdaa7ad92b0677c6c86fb6b782e811 (diff) | |
download | illumos-joyent-734e1f66c3254ea498ea4ce3fe6dc7e6f9f293ff.tar.gz |
13473 svccfg: dirs for manifests are manifest not manifests
Reviewed by: Vitaliy Gusev <gusev.vitaliy@icloud.com>
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/svc/svccfg/svccfg_libscf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/svc/svccfg/svccfg_libscf.c b/usr/src/cmd/svc/svccfg/svccfg_libscf.c index 38dd45c75c..629d7817f7 100644 --- a/usr/src/cmd/svc/svccfg/svccfg_libscf.c +++ b/usr/src/cmd/svc/svccfg/svccfg_libscf.c @@ -16470,7 +16470,7 @@ find_add_svc_mfst(const char *svnbuf, const char *mfst) * Create the service to manifest avl tree. * * Walk each of the manifests currently installed in the supported - * directories, /lib/svc/manifests and /var/svc/manifests. For + * directories, /lib/svc/manifest and /var/svc/manifest. For * each of the manifests, inventory the services and add them to * the tree. * |