[Lunar-commits] r15075 - lunar/trunk/sbin

Auke Kok sofar at lunar-linux.org
Thu May 26 13:49:07 UTC 2005


Author: sofar
Date: 2005-05-26 13:49:05 +0000 (Thu, 26 May 2005)
New Revision: 15075

Modified:
   lunar/trunk/sbin/lunar
Log:
Force creation of queue dir.


Modified: lunar/trunk/sbin/lunar
===================================================================
--- lunar/trunk/sbin/lunar	2005-05-26 13:28:12 UTC (rev 15074)
+++ lunar/trunk/sbin/lunar	2005-05-26 13:49:05 UTC (rev 15075)
@@ -404,6 +404,7 @@
 
 
 queue_menu()  {
+  [ ! -d /var/log/lunar/queue ] || mkdir -p /var/log/lunar/queue
   while
     I_HELP="View the list of modules selected for installation"
     i_HELP="Edit the list of modules selected for installation"



More information about the Lunar-commits mailing list