blob: 7f95a9da3ffd67823b184a4fa5665432977a6cbb [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001diff -up sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in.orig sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in
2--- sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in.orig 2009-10-13 21:54:13.000000000 +0200
3+++ sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in 2010-09-06 14:01:57.294564062 +0200
4@@ -26,7 +26,7 @@ Supported command line options are:
5 .TP
6 \fB\-c\fR \fIschemadir\fR
7 Path to obtain the CIM Schema classes.
8-Default is \fI@datadir@/sfcb\fR
9+Default is \fI@datadir@/mof/cim-current\fR
10 .TP
11 \fB\-s\fR \fIstagingdir\fR
12 Path to sfcb staging area containing class MOFs and registration files
13@@ -58,7 +58,7 @@ Alias of \fB-b\fR
14 Display usage information and exit.
15 .SH FILES
16 .TP
17-\fI@datadir@/sfcb/CIM/CIM_Schema.mof\fR
18+\fI@datadir@/mof/cim-current/CIM_Schema.mof\fR
19 CIM Schema
20 .TP
21 \fI@localstatedir@/lib/sfcb/registration/providerRegister\fR
22diff -up sblim-sfcb-1.3.9/sfcbrepos.sh.in.orig sblim-sfcb-1.3.9/sfcbrepos.sh.in
23--- sblim-sfcb-1.3.9/sfcbrepos.sh.in.orig 2009-12-22 01:18:29.000000000 +0100
24+++ sblim-sfcb-1.3.9/sfcbrepos.sh.in 2010-09-06 13:45:28.671491648 +0200
25@@ -59,7 +59,7 @@ then
26 echo -e "\t-X create repository in non-native format as specifed by argument"
27 echo -e "\t-s specify staging directory [@localstatedir@/lib/sfcb/stage]"
28 echo -e "\t-r specify repository directory [@localstatedir@/lib/sfcb/registration]"
29- echo -e "\t-c specify directory containing CIM Schema MOFs [@datadir@/sfcb/CIM]"
30+ echo -e "\t-c specify directory containing CIM Schema MOFs [@datadir@/mof/cim-current]"
31 echo -e "\t-t create tiny class repository by omitting inheritance information"
32 echo -e "\t-z compress repository with gzip"
33 echo
34@@ -99,7 +99,7 @@ fi
35
36 if [ -z "$cimschemadir" ]
37 then
38- cimschemadir=${DESTDIR}@datadir@/sfcb/CIM
39+ cimschemadir=${DESTDIR}@datadir@/mof/cim-current
40 fi
41
42 if [ -d $stagingdir ] && [ -f $stagingdir/default.reg ] &&