diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-19 03:34:59 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-19 03:34:59 +0000 |
commit | ea87196d17fcf2fd2b678fbf2e271c44a70f964d (patch) | |
tree | a40100e16e66ac6b318ceb085c70b09470244e78 /smf-base | |
parent | 5afbada270a15bfd65caf1488eecabbf10e7f9b2 (diff) | |
download | illumos-packaging-ea87196d17fcf2fd2b678fbf2e271c44a70f964d.tar.gz |
install service_bundle.dtd.1 and smf_include.sh
Diffstat (limited to 'smf-base')
-rwxr-xr-x | smf-base/debian/rules | 4 | ||||
-rw-r--r-- | smf-base/debian/smf-base.install | 2 | ||||
-rw-r--r-- | smf-base/debian/smf-base.links | 1 | ||||
-rw-r--r-- | smf-base/debian/smf-base.manpages | 1 |
4 files changed, 7 insertions, 1 deletions
diff --git a/smf-base/debian/rules b/smf-base/debian/rules index 12d4d7f..85ef910 100755 --- a/smf-base/debian/rules +++ b/smf-base/debian/rules @@ -14,7 +14,9 @@ unpack-stamp: dh_illumos_gate \ usr/src/cmd/svc/milestone \ usr/src/cmd/svc/shell \ - usr/src/man/man5/smf\* + usr/src/man/man5/smf\* \ + usr/src/cmd/svc/dtd/service_bundle.dtd.1 \ + usr/src/man/man4/service_bundle.4 cp usr/src/cmd/svc/milestone/README.share README touch $@ diff --git a/smf-base/debian/smf-base.install b/smf-base/debian/smf-base.install index 34e270e..8d5eb68 100644 --- a/smf-base/debian/smf-base.install +++ b/smf-base/debian/smf-base.install @@ -34,3 +34,5 @@ usr/src/cmd/svc/milestone/rmtmpfiles /lib/svc/method/ usr/src/cmd/svc/shell/net_include.sh /lib/svc/share/ usr/src/cmd/svc/shell/fs_include.sh /lib/svc/share/ +usr/src/cmd/svc/shell/smf_include.sh /lib/svc/share/ +usr/src/cmd/svc/dtd/service_bundle.dtd.1 /usr/share/xml/schema/smf/ diff --git a/smf-base/debian/smf-base.links b/smf-base/debian/smf-base.links new file mode 100644 index 0000000..c91d3e5 --- /dev/null +++ b/smf-base/debian/smf-base.links @@ -0,0 +1 @@ +/usr/share/xml/schema/smf/service_bundle.dtd.1 /usr/share/lib/xml/dtd/service_bundle.dtd.1 diff --git a/smf-base/debian/smf-base.manpages b/smf-base/debian/smf-base.manpages index 65d5000..956968e 100644 --- a/smf-base/debian/smf-base.manpages +++ b/smf-base/debian/smf-base.manpages @@ -4,3 +4,4 @@ usr/src/man/man5/smf_restarter.5 usr/src/man/man5/smf_security.5 usr/src/man/man5/smf_template.5 usr/src/man/man5/smf.5 +usr/src/man/man4/service_bundle.4 |