diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2013-02-21 21:12:23 +0000 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2013-02-21 21:12:23 +0000 |
| commit | 233cb742f8fec442afc21ed505b8fee533d359d3 (patch) | |
| tree | 1400175ed11a12d5e6f888b16e77f2b9f264772d /smf-base | |
| parent | 6e0522736a436502ebb61fd5d178d0bdf8ed57b4 (diff) | |
| download | illumos-packaging-233cb742f8fec442afc21ed505b8fee533d359d3.tar.gz | |
Remove info about legary services from smf(5) manpage
Diffstat (limited to 'smf-base')
| -rw-r--r-- | smf-base/debian/changelog | 6 | ||||
| -rw-r--r-- | smf-base/debian/patches/man-5-smf-no-legacy.patch | 73 | ||||
| -rw-r--r-- | smf-base/debian/patches/series | 1 |
3 files changed, 80 insertions, 0 deletions
diff --git a/smf-base/debian/changelog b/smf-base/debian/changelog index 731e630..3058056 100644 --- a/smf-base/debian/changelog +++ b/smf-base/debian/changelog @@ -1,3 +1,9 @@ +smf-base (2.10-3) unstable; urgency=low + + * Remove info about legary services from smf(5) manpage + + -- Igor Pashev <pashev.igor@gmail.com> Thu, 21 Feb 2013 21:12:17 +0000 + smf-base (2.10-2) unstable; urgency=low * Disable fast reboot in system/filesystem/usr upon diff --git a/smf-base/debian/patches/man-5-smf-no-legacy.patch b/smf-base/debian/patches/man-5-smf-no-legacy.patch new file mode 100644 index 0000000..86a5d64 --- /dev/null +++ b/smf-base/debian/patches/man-5-smf-no-legacy.patch @@ -0,0 +1,73 @@ +Index: smf-base/usr/src/man/man5/smf.5 +=================================================================== +--- smf-base.orig/usr/src/man/man5/smf.5 2012-10-08 00:25:48.000000000 +0000 ++++ smf-base/usr/src/man/man5/smf.5 2013-02-21 20:59:11.529940772 +0000 +@@ -255,18 +255,6 @@ + .RE + + .sp +-.ne 2 +-.na +-\fB\fBLEGACY-RUN\fR\fR +-.ad +-.RS 17n +-This state represents a legacy instance that is not managed by the service +-management facility. Instances in this state have been started at some point, +-but might or might not be running. Instances can only be observed using the +-facility and are not transferred into other states. +-.RE +- +-.sp + .LP + States can also have transitions that result in a return to the originating + state. +@@ -446,49 +434,6 @@ + specific state of system-readiness on which other services can depend. One + example is the \fBname-services\fR milestone, which simply depends upon the + currently enabled name services. +-.SS "Legacy Startup Scripts" +-.sp +-.LP +-Startup programs in the \fB/etc/rc?.d\fR directories are executed as part of +-the corresponding run-level milestone: +-.sp +-.ne 2 +-.na +-\fB\fB/etc/rcS.d\fR\fR +-.ad +-.RS 14n +-milestone/single-user:default +-.RE +- +-.sp +-.ne 2 +-.na +-\fB\fB/etc/rc2.d\fR\fR +-.ad +-.RS 14n +-milestone/multi-user:default +-.RE +- +-.sp +-.ne 2 +-.na +-\fB\fB/etc/rc3.d\fR\fR +-.ad +-.RS 14n +-milestone/multi-user-server:default +-.RE +- +-.sp +-.LP +-Execution of each program is represented as a reduced-functionality service +-instance named by the program's path. These instances are held in a special +-legacy-run state. +-.sp +-.LP +-These instances do not have an enabled property (type \fBboolean\fR in the +-general property group) and, generally, cannot be manipulated with the +-\fBsvcadm\fR(1M) command. No error diagnosis or restart is done for these +-programs. + .SH SEE ALSO + .sp + .LP diff --git a/smf-base/debian/patches/series b/smf-base/debian/patches/series index 9cced1d..c981897 100644 --- a/smf-base/debian/patches/series +++ b/smf-base/debian/patches/series @@ -5,3 +5,4 @@ smf-no-rc2.patch smf-boot-archive-optional.patch smf-no-rc3.patch disable-fast-reboot.patch +man-5-smf-no-legacy.patch |
