Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2003 11:25:55 -0800 (PST)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44072 for review
Message-ID:  <200312181925.hBIJPtX6040198@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=44072

Change 44072 by cvance@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 -)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312181925.hBIJPtX6040198>