PERFORCE change 44071 for review

Chris Vance cvance at FreeBSD.org
Thu Dec 18 19:07:32 GMT 2003


http://perforce.freebsd.org/chv.cgi?CH=44071

Change 44071 by cvance at cvance_sony on 2003/12/18 11:06:53

	Patch up install-src target

Affected files ...

.. //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/Makefile#9 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/Makefile#9 (text+ko) ====

@@ -99,5 +99,7 @@
 clean:
 	rm -f $(POLICYVER) policy.conf $(FC) tmp/*
 
-install-src:
+install-src: /etc/security/sebsd
+	-rm -rf $(INSTALLDIR)/policy.old
+	-mv $(INSTALLDIR)/policy $(INSTALLDIR)/policy.old
 	cd ..; tar cf - policy | (cd $(INSTALLDIR); tar xf -)
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list