CVS: moonbase/zbeta/initscripts BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Chuck Mead csm at lunar-linux.org
Sat Oct 25 18:56:08 GMT 2003


Update of /var/cvs/lunar/moonbase/zbeta/initscripts
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20841/initscripts

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
Okay... here is the initial beta installation of an initscripts package.
It contains *some* customizations and some capabilities I hope all of
our dev's will investigate. The dep's are extensive and some of them may
be unnecessary but they were in the original spec file.

We will need a tool to configure our network interfaces. Perhaps someone
could look at that?

Also... I had to rm -f some things while testing. Some or all of them 
may prove necessary! You will also *HAVE TO* fix your existing 
initscripts to work with this system so we have some work to do before 
this will be usable!

************* WARNING: INSTALL AT YOUR OWN RISK! *************
************* IT WORKS FOR ME BUT I UNDERSTAND   *************
************* INIT. IF YOU DO NOT DON'T DO IT!   *************
************* PLEASE RUN cp -a /etc /home/.      *************
************* AS ROOT PRIOR TO LINNING THIS MOD! *************

Cheers!



--- NEW FILE: BUILD ---
(
  if [ ! -e /etc/sysconfig ]; then
     cp -a /etc/config.d /etc/sysconfig
     ln -s /etc/sysconfig /etc/config.d
  fi
  default_make
) > $C_FIFO 2>&1


--- NEW FILE: DEPENDS ---
depends bash       &&
depends procps     &&
depends gawk       &&
depends sed        &&
depends mktemp     &&
depends e2fsprogs  &&
depends sysklogd   &&
depends psmisc     &&
depends which      &&
depends grep       &&
depends modutils   &&
depends util-linux &&
depends sysvinit   &&
depends net-tools  &&
depends glib-2     &&
depends gettext    &&
depends pkgconfig

--- NEW FILE: DETAILS ---
          MODULE=initscripts
         VERSION=0.01
          SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$LRESORT_URL/$SOURCE
        WEB_SITE=http://www.lunar-linux.org
         ENTERED=20031025
         UPDATED=20031025
      MAINTAINER=maintainer at lunar-linux.org
           SHORT="Redhat style initscripts system"
cat << EOF
The initscripts package contains the basic system scripts used to boot
your Lunar Linux system, change runlevels, and shut the system down
cleanly.  Initscripts also contains the scripts that activate and
deactivate most network interfaces.
EOF




More information about the Lunar-commits mailing list