Module submission - linux_logo

remco@web-adept.nl remco at web-adept.nl
Mon Mar 6 18:48:08 UTC 2006


module name       : linux_logo
suggested section : utils
update (y/n)      : y
bugfix (y/n)      : n
security (y/n)    : n

A new version is out (4.12 -> 4.13), which caused the checksum to fail.
I added a default "Lunar-Linux" configuration.file /etc/linux_logo.conf
if the specified file is not already there.

Also new is the fact that lin asks the user whether or not linux_logo
should be run on every login and copies the nesessary files accordingly.
remco

-------------- next part --------------
--- linux_logo/BUILD	2005-04-26 19:52:20.000000000 +0200
+++ linux_logo/BUILD	2006-03-06 12:02:58.000000000 +0100
@@ -7,6 +7,3 @@
   make install
 
 ) > $C_FIFO 2>&1
-
-
-
--- linux_logo/CONFIGURE	1970-01-01 01:00:00.000000000 +0100
+++ linux_logo/CONFIGURE	2006-03-06 12:00:58.000000000 +0100
@@ -0,0 +1 @@
+mquery RUN_LINUXLOGO_ON_LOGIN "Run linux_logo on every login?" n
--- linux_logo/DETAILS	2005-08-05 01:31:40.000000000 +0200
+++ linux_logo/DETAILS	2006-03-06 18:10:27.000000000 +0100
@@ -1,11 +1,12 @@
           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=md5:17af1e478ea9ac7dbcffd2e0a53aa5a6
         WEB_SITE=http://www.deater.net/weave/vmwprod/linux_logo
+      MAINTAINER=remsys at linux-adept.nl
          ENTERED=20020401
-         UPDATED=20050804
+         UPDATED=20060306
            SHORT="Displays an ANSI or ASCII Linux penguin, along with some sytem info"
 
 cat << EOF
--- linux_logo/linux_logo.conf	1970-01-01 01:00:00.000000000 +0100
+++ linux_logo/linux_logo.conf	2006-03-03 16:45:52.000000000 +0100
@@ -0,0 +1 @@
+-t "Lunar-Linux" -f -u -y -L 14
--- linux_logo/linux_logo.rc	1970-01-01 01:00:00.000000000 +0100
+++ linux_logo/linux_logo.rc	2006-02-24 14:46:46.000000000 +0100
@@ -0,0 +1 @@
+/usr/bin/linux_logo
--- linux_logo/POST_BUILD	1970-01-01 01:00:00.000000000 +0100
+++ linux_logo/POST_BUILD	2006-03-06 12:40:59.000000000 +0100
@@ -0,0 +1,10 @@
+if  !  [ -e  /etc/linux_logo.conf ];  then
+   cp $SCRIPT_DIRECTORY/linux_logo.conf  /etc
+fi
+if [ "$RUN_LINUXLOGO_ON_LOGIN" == "y" ]; then
+  cp $SCRIPT_DIRECTORY/linux_logo.rc  /etc/profile.d
+else
+  if [ -e /etc/profile.d/linux_logo.rc ]; then
+    rm /etc/profile.d/linux_logo.rc
+  fi
+fi
--- linux_logo/POST_INSTALL	1970-01-01 01:00:00.000000000 +0100
+++ linux_logo/POST_INSTALL	2006-03-06 19:46:15.000000000 +0100
@@ -0,0 +1,3 @@
+linux_logo -i -t "Lunar-Linux" -u -y -L 14
+echo "You can change Linux_logo's default behaviour by editting /etc/linux_logo.conf."
+echo "Please read the manpages for information about it's options."
--- linux_logo/POST_REMOVE	1970-01-01 01:00:00.000000000 +0100
+++ linux_logo/POST_REMOVE	2006-03-06 12:32:13.000000000 +0100
@@ -0,0 +1,6 @@
+if  [ -e  /etc/linux_logo.conf ];  then
+   rm /etc/linux_logo.conf
+fi
+if [ -e /etc/profile.d/linux_logo.rc ]; then
+  rm /etc/profile.d/linux_logo.rc
+fi
-------------- next part --------------
lvu submit linux_logo 6758a02fdba97bea75f96208725e52a6  -
2.4.31-ll-r11.0 2.4.29-ll-r9.0 gcc-3.3.3 glibc-2.3.3



More information about the Lunar mailing list