[Lunar-commits] r22189 - moonbase/trunk/utils/atop

Auke Kok sofar at lunar-linux.org
Wed Nov 15 16:35:46 CET 2006


Author: sofar
Date: 2006-11-15 16:35:46 +0100 (Wed, 15 Nov 2006)
New Revision: 22189

Added:
   moonbase/trunk/utils/atop/BUILD
Log:
Add a BUILD so we install atop not suid-root by default.


Added: moonbase/trunk/utils/atop/BUILD
===================================================================
--- moonbase/trunk/utils/atop/BUILD	                        (rev 0)
+++ moonbase/trunk/utils/atop/BUILD	2006-11-15 15:35:46 UTC (rev 22189)
@@ -0,0 +1,7 @@
+(
+
+  make &&
+  prepare_install &&
+  install -m0755 atop /usr/bin/
+
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list