components/cups/patches/24-normalize-man-pages.patch
author Drew Fisher <drew.fisher@oracle.com>
Fri, 16 Sep 2016 07:20:38 -0700
changeset 6917 6936cd289acf
parent 5007 0052258cbb9d
permissions -rw-r--r--
24674278 swift puppet module still defines a File dependency with no file entries
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5007
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
In Solaris 12, we will be normalizing man pages. See PSARC 2015/428.
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
This means that what was section 1m, is now section 8. But currently
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
only for Solaris 12.
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
This patch should eventually be sent upstream, but for that to happen
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
it will need to be reworked into a form that will be acceptable for
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
all versions of Solaris. Plus the Solaris section also needs to be
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
split from the HP-UX section.  Until then, we are just using this
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
Solaris 12 specific patch.
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
--- config-scripts/cups-manpages.m4.orig	2015-10-21 11:10:09.020523290 -0700
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
+++ config-scripts/cups-manpages.m4	2015-10-21 11:10:24.716548936 -0700
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
@@ -64,8 +64,8 @@
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
 		MAN1EXT=1
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
 		MAN5EXT=5
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
 		MAN7EXT=7
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
-		MAN8EXT=1m
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
-		MAN8DIR=1m
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
+		MAN8EXT=8
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
+		MAN8DIR=8
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
 		;;
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
 	Linux* | GNU* | Darwin*)
0052258cbb9d PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
 		# Linux, GNU Hurd, and Mac OS X