b609a6d
--- libsemanage-1.1.4/src/semod.conf.rhat	2005-08-30 09:24:00.000000000 -0400
b609a6d
+++ libsemanage-1.1.4/src/semod.conf	2005-08-30 10:22:33.000000000 -0400
d9ff1de
@@ -16,10 +16,10 @@
d9ff1de
 #  License along with this library; if not, write to the Free Software
d9ff1de
 #  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
d9ff1de
 
d9ff1de
-# Specify how libsemod will interact with the module store.  The three
d9ff1de
+# Specify how libsemanage will interact with the module store.  The three
d9ff1de
 # options are:
d9ff1de
 #
d9ff1de
-#  "direct"     - libsemod will write directly to the store.
d9ff1de
+#  "direct"     - libsemanage will write directly to the store.
d9ff1de
 #  /foo/bar     - Write by way of a policy server, whose named socket
d9ff1de
 #                 is at /foo/bar.  The path must begin with a '/'.
d9ff1de
 #  foo.com:4242 - Establish a TCP connection to a remote policy server
d9ff1de
@@ -44,7 +44,7 @@
d9ff1de
 #args = -b $@
d9ff1de
 #[end]
d9ff1de
 
d9ff1de
-# In addition to loading a policy libsemod will validate file contexts
d9ff1de
+# In addition to loading a policy libsemanage will validate file contexts
d9ff1de
 # by calling the setfiles utility.  As above, "$@" will be replaced
d9ff1de
 # with the policy filename.  In addition "$<" will be replaced with
d9ff1de
 # the file contexts filename.
b609a6d
--- libsemanage-1.1.4/src/Makefile.rhat	2005-08-30 09:24:00.000000000 -0400
b609a6d
+++ libsemanage-1.1.4/src/Makefile	2005-08-30 10:23:09.000000000 -0400
d9ff1de
@@ -4,7 +4,7 @@
d9ff1de
 SHLIBDIR ?= $(DESTDIR)/lib
d9ff1de
 INCLUDEDIR ?= $(PREFIX)/include
d9ff1de
 
d9ff1de
-DEFAULT_SEMOD_CONF_LOCATION=$(PREFIX)/share/semod/semod.conf
d9ff1de
+DEFAULT_SEMOD_CONF_LOCATION=/etc/selinux/semod.conf
d9ff1de
 
d9ff1de
 LEX = flex
d9ff1de
 LFLAGS = -s
b609a6d
@@ -40,7 +40,6 @@
d9ff1de
 install: all
d9ff1de
 	test -d $(LIBDIR) || install -m 755 -d $(LIBDIR)
d9ff1de
 	install -m 644 $(LIBA) $(LIBDIR)
d9ff1de
-	install -m 644 -D semod.conf $(DEFAULT_SEMOD_CONF_LOCATION)
d9ff1de
 
d9ff1de
 clean: 
d9ff1de
 	rm -f $(OBJS) $(LIBA) conf-scan.c conf-parse.c conf-parse.h