[Lunar-commits] r19189 - moonbase/trunk/utils/linux_logo

Auke Kok sofar at lunar-linux.org
Fri Mar 10 05:08:21 UTC 2006


Author: sofar
Date: 2006-03-10 05:08:18 +0000 (Fri, 10 Mar 2006)
New Revision: 19189

Modified:
   moonbase/trunk/utils/linux_logo/BUILD
   moonbase/trunk/utils/linux_logo/DETAILS
Log:
Some additions after Remco's suggestions and code changes. Thanks remsys!


Modified: moonbase/trunk/utils/linux_logo/BUILD
===================================================================
--- moonbase/trunk/utils/linux_logo/BUILD	2006-03-10 04:52:51 UTC (rev 19188)
+++ moonbase/trunk/utils/linux_logo/BUILD	2006-03-10 05:08:18 UTC (rev 19189)
@@ -4,9 +4,11 @@
   sedit 's/\$(DESTDIR)\/man/\$(DESTDIR)\/share\/man/' Makefile &&
   make logos-all                      &&
   prepare_install                     &&
-  make install
+  make install || exit 1
 
+  if [ ! -e /etc/linux_logo.conf ];  then
+     echo "-t \"Lunar-Linux\" -f -u -y -L 14" > linux_logo.conf
+     install -m644 linux_logo.conf /etc/
+  fi
+
 ) > $C_FIFO 2>&1
-
-
-

Modified: moonbase/trunk/utils/linux_logo/DETAILS
===================================================================
--- moonbase/trunk/utils/linux_logo/DETAILS	2006-03-10 04:52:51 UTC (rev 19188)
+++ moonbase/trunk/utils/linux_logo/DETAILS	2006-03-10 05:08:18 UTC (rev 19189)
@@ -1,15 +1,15 @@
           MODULE=linux_logo
-         VERSION=4.12
+         VERSION=4.13
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.deater.net/weave/vmwprod/linux_logo/
-      SOURCE_VFY=sha1:da4500b17735d2c255f7a9059f9cc1bfbb3bbb19
+      SOURCE_VFY=sha1:5334b89de6dd21dccaf48363dc3eb9855908ce7b
         WEB_SITE=http://www.deater.net/weave/vmwprod/linux_logo
          ENTERED=20020401
-         UPDATED=20050804
+         UPDATED=20060309
            SHORT="Displays an ANSI or ASCII Linux penguin, along with some sytem info"
 
 cat << EOF
-Program that generates a color ANSI picture of a penguin which includes 
-some system information obtained from the /proc filesystem.
-You can use it to get a cool login image for local or network access.
+Program that generates a color ANSI picture of a penguin which includes
+some system information obtained from the /proc filesystem.  you can
+use it to get a cool login image for local or network access.
 EOF



More information about the Lunar-commits mailing list