[Lunar-commits] r23211 - moonbase/trunk/init/chkconfig

Chad Kittel v3rt1g0 at lunar-linux.org
Sat Feb 10 01:55:02 CET 2007


Author: v3rt1g0
Date: 2007-02-10 01:55:01 +0100 (Sat, 10 Feb 2007)
New Revision: 23211

Modified:
   moonbase/trunk/init/chkconfig/BUILD
   moonbase/trunk/init/chkconfig/DEPENDS
   moonbase/trunk/init/chkconfig/DETAILS
Log:
  Misc Tidy: chkconfig (1.2.24h)

   * no functional changes, just tidying the place up
     * word wrap the description
     * get rid of the use of tabs
     * make use of default_make
     * standardize some spacing


Modified: moonbase/trunk/init/chkconfig/BUILD
===================================================================
--- moonbase/trunk/init/chkconfig/BUILD	2007-02-10 00:40:14 UTC (rev 23210)
+++ moonbase/trunk/init/chkconfig/BUILD	2007-02-10 00:55:01 UTC (rev 23211)
@@ -1,19 +1,17 @@
 (
 
-  ./configure  --prefix=/usr                         \
-               --bindir=/usr/bin                     \
-	       --sbindir=/sbin                       \
-	       --datadir=/usr/share                  \
-	       --sysconfdir=/etc                     \
-	       --mandir=/usr/share/man               \
-	       --enable-mandatory-headers            \
-	       --with-init-dir=/etc/init.d           \
-	       --with-rc-dir=/etc                    \
-               --enable-mandatory-headers            \
-	       --with-xinetd-dir=/etc/xinetd.d       &&
-	       
-  make                                               &&
-  prepare_install                                    &&
-  make    install
-  
+  ./configure  --prefix=/usr                    \
+               --bindir=/usr/bin                \
+               --sbindir=/sbin                  \
+               --datadir=/usr/share             \
+               --sysconfdir=/etc                \
+               --mandir=/usr/share/man          \
+               --enable-mandatory-headers       \
+               --with-init-dir=/etc/init.d      \
+               --with-rc-dir=/etc               \
+               --enable-mandatory-headers       \
+               --with-xinetd-dir=/etc/xinetd.d  &&
+
+  default_make
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/init/chkconfig/DEPENDS
===================================================================
--- moonbase/trunk/init/chkconfig/DEPENDS	2007-02-10 00:40:14 UTC (rev 23210)
+++ moonbase/trunk/init/chkconfig/DEPENDS	2007-02-10 00:55:01 UTC (rev 23211)
@@ -1 +1 @@
-depends     popt
+depends  popt

Modified: moonbase/trunk/init/chkconfig/DETAILS
===================================================================
--- moonbase/trunk/init/chkconfig/DETAILS	2007-02-10 00:40:14 UTC (rev 23210)
+++ moonbase/trunk/init/chkconfig/DETAILS	2007-02-10 00:55:01 UTC (rev 23211)
@@ -1,14 +1,21 @@
           MODULE=chkconfig
          VERSION=1.2.24h
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.buttsoft.com/~thumper/downloads/chkconfig/
+      SOURCE_URL=http://www.buttsoft.com/~thumper/downloads/chkconfig/
         WEB_SITE=http://www.buttsoft.com/~thumper/downloads/chkconfig/
          ENTERED=20020331
          UPDATED=20020802
-           SHORT="tool for managing the collection of symbolic links found in the /etc/rc.d directory"
+           SHORT="tool for managing the symbolic links found in /etc/rc.d"
+
 cat << EOF
-chkconfig
-Chkconfig is a tool for managing the collection of symbolic links found in the /etc/rc.d directory, on System V derived UNIX systems. It saves the system administrator from the tedium of manually managing the scores of symbolic links.
+Chkconfig is a tool for managing the collection of symbolic links
+found in the /etc/rc.d directory, on System V derived UNIX systems. It
+saves the system administrator from the tedium of manually managing
+the scores of symbolic links.
 
-SGI originally created chkconfig and shipped it with their IRIX operating system. In 1993, Italo Lisi and Luigi Genoni created a script version of chkconfig for Linux. Several years later, RedHat independently created their own C version of the same idea, which is the basis for the code provided here.
+SGI originally created chkconfig and shipped it with their IRIX
+operating system. In 1993, Italo Lisi and Luigi Genoni created a script
+version of chkconfig for Linux. Several years later, RedHat
+independently created their own C version of the same idea, which is
+the basis for the code provided here.
 EOF



More information about the Lunar-commits mailing list