[Lunar-commits] r18549 - lunar-iso/trunk/scripts

Auke Kok sofar at lunar-linux.org
Mon Feb 6 18:34:46 UTC 2006


Author: sofar
Date: 2006-02-06 18:34:44 +0000 (Mon, 06 Feb 2006)
New Revision: 18549

Modified:
   lunar-iso/trunk/scripts/aaa_base
Log:
Clean this up before making the aaa_base tarball


Modified: lunar-iso/trunk/scripts/aaa_base
===================================================================
--- lunar-iso/trunk/scripts/aaa_base	2006-02-06 18:33:42 UTC (rev 18548)
+++ lunar-iso/trunk/scripts/aaa_base	2006-02-06 18:34:44 UTC (rev 18549)
@@ -12,6 +12,11 @@
 cp $ISO_TARGET/var/cache/lunar/$ISO_LUNAR_MODULE-*-$ISO_BUILD.tar.bz2 aaa_base/$ISO_LUNAR_MODULE-$ISO_DATE-$ISO_BUILD.tar.bz2
 
 echo "+ cleaning up (some) file structure items"
+rm -f $ISO_TARGET/etc/rc*/*nfslock
+rm -f $ISO_TARGET/etc/rc*/*nfs
+rm -f $ISO_TARGET/etc/rc*/*xinetd
+rm -f $ISO_TARGET/etc/rc*/*serial
+rm -f $ISO_TARGET/etc/rc*/*portmap
 rm -rf $ISO_TARGET/var/cache/ccache/*
 rmdir /usr/lib/locale/*
 chroot $ISO_TARGET ccache -C



More information about the Lunar-commits mailing list