[Lunar-commits] Removing stinkin' TABS from moonbase, yet again.

Terry Chan tchan at lunar-linux.org
Mon Dec 3 17:30:12 CET 2007


commit db34921f2f254fcfd1b88a0d7740e81c6c058140
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Mon Dec 3 10:30:06 2007 -0600

    Removing stinkin' TABS from moonbase, yet again.
---
 chat/naim/DETAILS                |    2 +-
 filesys/udev/POST_INSTALL        |    2 +-
 gnome2/desktop/gdm/BUILD         |    8 ++++----
 libs/glibc/BUILD                 |   22 +++++++++++-----------
 mail/mailman/POST_INSTALL        |    4 ++--
 mail/smtpclient/POST_INSTALL     |   16 ++++++++--------
 net/maradns/POST_INSTALL         |    2 +-
 net/net-tools/POST_INSTALL       |    4 ++--
 perl/perl/POST_INSTALL           |   34 +++++++++++++++++-----------------
 printer/pykota/BUILD             |    2 +-
 python/Python/POST_INSTALL       |    8 ++++----
 science/grass/POST_INSTALL       |   10 +++++-----
 security/Linux-PAM/POST_INSTALL  |    2 +-
 utils/ipcalc/DETAILS             |    8 ++++----
 utils/linux-wlan-ng/POST_INSTALL |    2 +-
 utils/util-linux/BUILD           |    4 ++--
 web/seamonkey/POST_INSTALL       |    2 +-
 wifi/wlan-ng-driver/POST_INSTALL |    2 +-
 x11-apps/xcdroast/POST_INSTALL   |    2 +-
 x11-utils/fontconfig/DETAILS     |    2 +-
 20 files changed, 69 insertions(+), 69 deletions(-)

diff --git a/chat/naim/DETAILS b/chat/naim/DETAILS
index d10e45f..99efc05 100644
--- a/chat/naim/DETAILS
+++ b/chat/naim/DETAILS
@@ -1,7 +1,7 @@
           MODULE=naim
          VERSION=0.11.8.3
           SOURCE=$MODULE-$VERSION.tar.bz2
-	   EXTRA=20070710004925
+           EXTRA=20070710004925
       SOURCE_URL=http://site.n.ml.org/download/$EXTRA/naim/
       SOURCE_VFY=sha1:e228b0266cf3c775851c10220c0cb0b94fbc46bb
         WEB_SITE=http://site.n.ml.org/info/naim/
diff --git a/filesys/udev/POST_INSTALL b/filesys/udev/POST_INSTALL
index e91aa52..8c3989a 100644
--- a/filesys/udev/POST_INSTALL
+++ b/filesys/udev/POST_INSTALL
@@ -6,7 +6,7 @@ FAKEROOT=/tmp/UDEV_NODE_ROOT
 DEVPREFIX=${FAKEROOT}/dev 
 
 create_node()
-{		
+{
 
   local PERMS=$1
   local NODE=$2
diff --git a/gnome2/desktop/gdm/BUILD b/gnome2/desktop/gdm/BUILD
index 1c550ce..98cdea6 100644
--- a/gnome2/desktop/gdm/BUILD
+++ b/gnome2/desktop/gdm/BUILD
@@ -14,12 +14,12 @@
  LDFLAGS="$LDFLAGS -L/usr/X11R6/lib"
  
  ./configure   --build=$BUILD                                        \
-               --prefix=${GNOME210_PREFIX:-/usr}                      \
-               --with-xinerama=yes				     \
+               --prefix=${GNOME210_PREFIX:-/usr}                     \
+               --with-xinerama=yes                                   \
                --sysconfdir=/etc/X11                                 \
                --localstatedir=/var                                  \
-               --infodir=${GNOME210_PREFIX:-/usr}/share/info 	     \
-               --mandir=${GNOME210_PREFIX:-/usr}/share/man            \
+               --infodir=${GNOME210_PREFIX:-/usr}/share/info         \
+               --mandir=${GNOME210_PREFIX:-/usr}/share/man           \
                $OPTS                                                 &&
 
  sedit 's#$(LINK)#$(LINK) $(LIBS)#' daemon/Makefile                  &&
diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index 7e3ede4..52bc609 100644
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -48,17 +48,17 @@
   
   case "`arch`" in
     alpha)
-	  GLIBC=/lib/libc.so.6.1
-	  DL=/lib/libdl.so.2.1
-	  M=/lib/libm.so.6.1
-	  ;;
+          GLIBC=/lib/libc.so.6.1
+          DL=/lib/libdl.so.2.1
+          M=/lib/libm.so.6.1
+          ;;
      ppc)
-	  LD=/lib/ld.so.1
-	  DL=/lib/libdl.so.2
-	  ;;
+          LD=/lib/ld.so.1
+          DL=/lib/libdl.so.2
+          ;;
      *)
-	  DL=/lib/libdl.so.2
-	  ;;
+          DL=/lib/libdl.so.2
+          ;;
   esac
 
   cp $LD /lib/ld-lunar.so               &&
@@ -97,8 +97,8 @@
   if [ "$STRIP" == "y" ] ; then
     for FN in ld-$VERSION.so \
         lib{anl,BrokenLocale,c,crypt,dl,m,nsl,util,pthread,resolv}-$VERSION.so \
-	libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \
-	lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do
+        libnss_{compat,files,hesiod,nis,nisplus}-$VERSION.so \
+        lib{memusage,pcprofile,SegFault,thread_db-1.0}.so ; do
       strip -S /lib/$FN
     done
     for FN in "/usr/lib/gconv/*.so" ; do
diff --git a/mail/mailman/POST_INSTALL b/mail/mailman/POST_INSTALL
index a7088e9..c807691 100644
--- a/mail/mailman/POST_INSTALL
+++ b/mail/mailman/POST_INSTALL
@@ -2,8 +2,8 @@ crontab -u mailman /var/mailman/cron/crontab.in
 cp /var/mailman/scripts/mailman /etc/init.d/mailman
 
 if [ ! -d /var/mailman/lists/mailman ]; then
-	/var/mailman/bin/newlist -q mailman postmaster@`hostname` password
-	echo "Do not forget to add the aliases for the mailman list"
+        /var/mailman/bin/newlist -q mailman postmaster@`hostname` password
+        echo "Do not forget to add the aliases for the mailman list"
 fi
 
 /etc/init.d/mailman start
diff --git a/mail/smtpclient/POST_INSTALL b/mail/smtpclient/POST_INSTALL
index 9f0a958..bfe0344 100644
--- a/mail/smtpclient/POST_INSTALL
+++ b/mail/smtpclient/POST_INSTALL
@@ -1,10 +1,10 @@
 if module_installed spamassassin;then
-	if module_installed postfix; then
-		echo "content_filter=spamassassin:[localhost]:10026" >>/etc/postfix/main.cf
-		echo "localhost:10025 inet n  -       n       -       -       smtpd -o content_filter=" >> /etc/postfix/master.cf
-		echo "spamassassin unix -     n       n       -       -       pipe" >> /etc/postfix/master.cf
-		echo "        user=nobody argv=/usr/bin/spamc -f -e" >> /etc/postfix/master.cf
-		echo "        /usr/bin/smtpclient --with-headers -S localhost -P 10025" >> /etc/postfix/master.cf
-		echo "        -f \${sender} -- \${recipient}" >> /etc/postfix/master.cf
-	fi
+        if module_installed postfix; then
+                echo "content_filter=spamassassin:[localhost]:10026" >>/etc/postfix/main.cf
+                echo "localhost:10025 inet n  -       n       -       -       smtpd -o content_filter=" >> /etc/postfix/master.cf
+                echo "spamassassin unix -     n       n       -       -       pipe" >> /etc/postfix/master.cf
+                echo "        user=nobody argv=/usr/bin/spamc -f -e" >> /etc/postfix/master.cf
+                echo "        /usr/bin/smtpclient --with-headers -S localhost -P 10025" >> /etc/postfix/master.cf
+                echo "        -f \${sender} -- \${recipient}" >> /etc/postfix/master.cf
+        fi
 fi
diff --git a/net/maradns/POST_INSTALL b/net/maradns/POST_INSTALL
index eae79a1..47de955 100644
--- a/net/maradns/POST_INSTALL
+++ b/net/maradns/POST_INSTALL
@@ -7,7 +7,7 @@ echo  "hide_disclaimer=\"YES\" " >>  ${MARARC}
 
 add_priv_user maradns:maradns
 
-MUID=`id -u maradns`	                                 &&
+MUID=`id -u maradns`                                      &&
 sed -i "s/^maradns_uid.*/maradns_uid = $MUID/g" ${MARARC} &&
 message "maradns UID set in sample ${MARARC} file. Please do not change this variable."
 message "Do not forget to update firewall settings and resolv.conf if needed."
diff --git a/net/net-tools/POST_INSTALL b/net/net-tools/POST_INSTALL
index 217515f..4381a68 100644
--- a/net/net-tools/POST_INSTALL
+++ b/net/net-tools/POST_INSTALL
@@ -6,7 +6,7 @@ mkdir -p /etc/config.d/{network,bonding}
 mkdir -p /var/run
 
 if [ "$(get_module_config RUN_LNET)" == "y" ]; then
-	unset_module_config RUN_LNET
-	/usr/sbin/lnet || true
+        unset_module_config RUN_LNET
+        /usr/sbin/lnet || true
 fi
 
diff --git a/perl/perl/POST_INSTALL b/perl/perl/POST_INSTALL
index 64140a0..fc11ccd 100644
--- a/perl/perl/POST_INSTALL
+++ b/perl/perl/POST_INSTALL
@@ -1,22 +1,22 @@
 #  Reinstall packages that add their own perl modules
 if [ -n "$(get_module_config UPGRADE_PERL_MODULES)" ]; then
-	message "$MESSAGE_COLOR"
-	message "Any perl module previously installed is now broken due to the way"
-	message "perl handles modules. They need to be recompiled in order to work."
-	message "$DEFAULT_COLOR"
-	OLD_PERL_VERSION=$(get_module_config OLD_PERL_VERSION)
-	if query "Do you want lunar to attempt to upgrade your perl modules?" y; then
-		# preserve CPAN config?
-		if [ ! -f /usr/lib/perl5/$VERSION/CPAN/Config.pm -a -f /usr/lib/perl5/$OLD_PERL_VERSION/CPAN/Config.pm ] ; then
-			cp /usr/lib/perl5/$OLD_PERL_VERSION/CPAN/Config.pm /usr/lib/perl5/$VERSION/CPAN/Config.pm
-		fi
-		PERLMODS="$( lvu from /usr/lib/perl5/ | cut -d: -f1 | uniq | grep -v perl)"
-		for PERLMOD in $(sort_by_dependency $PERLMODS); do
-			lin -c $PERLMOD || true
-		done
-	fi
-	unset_module_config OLD_PERL_VERSION
-	unset_module_config UPGRADE_PERL_MODULES
+        message "$MESSAGE_COLOR"
+        message "Any perl module previously installed is now broken due to the way"
+        message "perl handles modules. They need to be recompiled in order to work."
+        message "$DEFAULT_COLOR"
+        OLD_PERL_VERSION=$(get_module_config OLD_PERL_VERSION)
+        if query "Do you want lunar to attempt to upgrade your perl modules?" y; then
+                # preserve CPAN config?
+                if [ ! -f /usr/lib/perl5/$VERSION/CPAN/Config.pm -a -f /usr/lib/perl5/$OLD_PERL_VERSION/CPAN/Config.pm ] ; then
+                        cp /usr/lib/perl5/$OLD_PERL_VERSION/CPAN/Config.pm /usr/lib/perl5/$VERSION/CPAN/Config.pm
+                fi
+                PERLMODS="$( lvu from /usr/lib/perl5/ | cut -d: -f1 | uniq | grep -v perl)"
+                for PERLMOD in $(sort_by_dependency $PERLMODS); do
+                        lin -c $PERLMOD || true
+                done
+        fi
+        unset_module_config OLD_PERL_VERSION
+        unset_module_config UPGRADE_PERL_MODULES
 fi
 
 message "$MESSAGE_COLOR"
diff --git a/printer/pykota/BUILD b/printer/pykota/BUILD
index ca8d203..1864268 100644
--- a/printer/pykota/BUILD
+++ b/printer/pykota/BUILD
@@ -9,7 +9,7 @@
     ln -sf /usr/share/pykota/cupspykota $(cups-config --serverbin)/backend/cupspykota &&
 
     if [ ! -d /etc/pykota ]; then
-	mkdir -p /etc/pykota
+        mkdir -p /etc/pykota
     fi &&
     
     gather_docs initscripts
diff --git a/python/Python/POST_INSTALL b/python/Python/POST_INSTALL
index 35f479b..d34d3f5 100644
--- a/python/Python/POST_INSTALL
+++ b/python/Python/POST_INSTALL
@@ -4,8 +4,8 @@ message "Any Python module previously installed is now broken due to the way"
 message "Python handles modules. They need to be recompiled in order to work."
 message "$DEFAULT_COLOR"
 if query "Do you want lunar to attempt to upgrade your Python modules?" y; then
-	PYTHONMODS="$( lvu from /usr/lib/python*/site-packages | cut -d: -f1 | uniq | grep -v Python)"
-	for PYTHONMOD in $(sort_by_dependency $PYTHONMODS); do
-		lin -c $PYTHONMOD || true
-	done
+        PYTHONMODS="$( lvu from /usr/lib/python*/site-packages | cut -d: -f1 | uniq | grep -v Python)"
+        for PYTHONMOD in $(sort_by_dependency $PYTHONMODS); do
+                lin -c $PYTHONMOD || true
+        done
 fi
diff --git a/science/grass/POST_INSTALL b/science/grass/POST_INSTALL
index 3f192d7..b10a09e 100644
--- a/science/grass/POST_INSTALL
+++ b/science/grass/POST_INSTALL
@@ -1,9 +1,9 @@
 #  Reinstall anything else it might want.
 if [ -n "$OLD_GRASS_VERSION" ] ; then
-	GRASSMODS="$( (lvu from /usr/grass?/$OLD_GRASS_VERSION/; lvu from /usr/grass?/$OLD_GRASS_VERSION/) | cut -d: -f1 | uniq | grep -v grass)"
-	for GRASSMOD in $(sort_by_dependency $GRASSMODS); do
-		lin -c $GRASSMOD || true
-	done
-	unset_module_config OLD_GRASS_VERSION
+        GRASSMODS="$( (lvu from /usr/grass?/$OLD_GRASS_VERSION/; lvu from /usr/grass?/$OLD_GRASS_VERSION/) | cut -d: -f1 | uniq | grep -v grass)"
+        for GRASSMOD in $(sort_by_dependency $GRASSMODS); do
+                lin -c $GRASSMOD || true
+        done
+        unset_module_config OLD_GRASS_VERSION
 fi
 
diff --git a/security/Linux-PAM/POST_INSTALL b/security/Linux-PAM/POST_INSTALL
index 560f5dc..dce8e00 100644
--- a/security/Linux-PAM/POST_INSTALL
+++ b/security/Linux-PAM/POST_INSTALL
@@ -1,6 +1,6 @@
 if [ "$RElin_PAM_AWARE" == "y" ]; then
   find_pam_aware | while read mod; do
-	lin -c $mod
+        lin -c $mod
   done
 fi
 
diff --git a/utils/ipcalc/DETAILS b/utils/ipcalc/DETAILS
index 6668c57..7f94b61 100644
--- a/utils/ipcalc/DETAILS
+++ b/utils/ipcalc/DETAILS
@@ -1,12 +1,12 @@
-	  MODULE=ipcalc
-	 VERSION=0.41
+          MODULE=ipcalc
+         VERSION=0.41
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://jodies.de/ipcalc-archive/
       SOURCE_VFY=sha1:b75b498f2fa5ecfa30707a51da63c6a5775829f3
         WEB_SITE=http://jodies.de/ipcalc
-	 ENTERED=20071104
+         ENTERED=20071104
          UPDATED=20071104           
-	   SHORT="a IP calculator"
+           SHORT="a IP calculator"
 cat << EOF
 ipcalc takes an IP address and netmask and calculates the resulting
 broadcast, network, Cisco wildcard mask, and host range. By giving a
diff --git a/utils/linux-wlan-ng/POST_INSTALL b/utils/linux-wlan-ng/POST_INSTALL
index 0a75043..3eb089d 100644
--- a/utils/linux-wlan-ng/POST_INSTALL
+++ b/utils/linux-wlan-ng/POST_INSTALL
@@ -1,3 +1,3 @@
 if [[ $KEEP_SOURCE == "off" ]] && [[ $UNPACKED_PC_SRC == "yes" ]]; then
-	rm -rf $BUILD_DIRECTORY/pcmcia-cs-$PC_VER
+        rm -rf $BUILD_DIRECTORY/pcmcia-cs-$PC_VER
 fi
diff --git a/utils/util-linux/BUILD b/utils/util-linux/BUILD
index de0f030..897af60 100644
--- a/utils/util-linux/BUILD
+++ b/utils/util-linux/BUILD
@@ -3,8 +3,8 @@
 
   OPTS+="--enable-arch --enable-agetty --disable-init --disable-kill \
          --disable-last --disable-mesg --enable-partx --enable-raw \
-	 --enable-rdev --enable-rename --disable-reset --disable-login-utils \
-	 --enable-shedutils --disable-wall --enable-write"
+         --enable-rdev --enable-rename --disable-reset --disable-login-utils \
+         --enable-shedutils --disable-wall --enable-write"
   default_build &&
   install -g0 -o0 -m755 $SCRIPT_DIRECTORY/make-issue \
     /sbin/make-issue
diff --git a/web/seamonkey/POST_INSTALL b/web/seamonkey/POST_INSTALL
index 215148b..bfd9f88 100644
--- a/web/seamonkey/POST_INSTALL
+++ b/web/seamonkey/POST_INSTALL
@@ -14,7 +14,7 @@ rm -f /usr/lib/$SMNKEY_LIBDIR/plugins
 else
 for plugin in `ls /usr/lib/seamonkey-$VERSION/plugins`; do
 `install -m755 /usr/lib/seamonkey-$VERSION/plugins/$plugin /opt/lunar/plugins/`; done
-rm -rf /usr/lib/$SMNKEY_LIBDIR/plugins		      
+rm -rf /usr/lib/$SMNKEY_LIBDIR/plugins
 fi
 
 ln -snf /opt/lunar/plugins /usr/lib/$SMNKEY_LIBDIR/plugins
diff --git a/wifi/wlan-ng-driver/POST_INSTALL b/wifi/wlan-ng-driver/POST_INSTALL
index 0a75043..3eb089d 100644
--- a/wifi/wlan-ng-driver/POST_INSTALL
+++ b/wifi/wlan-ng-driver/POST_INSTALL
@@ -1,3 +1,3 @@
 if [[ $KEEP_SOURCE == "off" ]] && [[ $UNPACKED_PC_SRC == "yes" ]]; then
-	rm -rf $BUILD_DIRECTORY/pcmcia-cs-$PC_VER
+        rm -rf $BUILD_DIRECTORY/pcmcia-cs-$PC_VER
 fi
diff --git a/x11-apps/xcdroast/POST_INSTALL b/x11-apps/xcdroast/POST_INSTALL
index 8054ceb..9bbc36b 100644
--- a/x11-apps/xcdroast/POST_INSTALL
+++ b/x11-apps/xcdroast/POST_INSTALL
@@ -1,2 +1,2 @@
 message "You need a key to unlock unlimited DVD writing."
-message	"--->   http://ftp.berlios.de/pub/cdrecord/ProDVD/README"
+message "--->   http://ftp.berlios.de/pub/cdrecord/ProDVD/README"
diff --git a/x11-utils/fontconfig/DETAILS b/x11-utils/fontconfig/DETAILS
index 46f6314..508c6a3 100644
--- a/x11-utils/fontconfig/DETAILS
+++ b/x11-utils/fontconfig/DETAILS
@@ -1,7 +1,7 @@
           MODULE=fontconfig
          VERSION=2.4.2
           SOURCE=$MODULE-$VERSION.tar.gz
-	 SOURCE2=$MODULE-2.3.2-docbook.patch
+         SOURCE2=$MODULE-2.3.2-docbook.patch
       SOURCE_URL=http://www.fontconfig.org/release/
      SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:cd5e30625680a0435563b586275156eaf8d0d34a


More information about the Lunar-commits mailing list