PERFORCE change 44072 for review
Chris Vance
cvance at FreeBSD.org
Thu Dec 18 19:25:55 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=44072
Change 44072 by cvance at cvance_release on 2003/12/18 11:25:12
If rm -rf fails, it really is bad news
Affected files ...
.. //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/Makefile#10 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/Makefile#10 (text+ko) ====
@@ -100,6 +100,6 @@
rm -f $(POLICYVER) policy.conf $(FC) tmp/*
install-src: /etc/security/sebsd
- -rm -rf $(INSTALLDIR)/policy.old
+ 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