CVS: moonbase/init/chkconfig2 BUILD, NONE, 1.1 DEPENDS, NONE,
1.1 DETAILS, NONE, 1.1
Chuck Mead
csm at lunar-linux.org
Fri Oct 31 16:49:21 GMT 2003
Update of /var/cvs/lunar/moonbase/init/chkconfig2
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1240/chkconfig2
Added Files:
BUILD DEPENDS DETAILS
Log Message:
geez... didn;t mean to break stuff... thanx to elaine for reverting the other
module.
This will give us a module which is updated for the new init stuff and leave
the old one in tact.
--- NEW FILE: BUILD ---
(
make all &&
prepare_install &&
mkdir -p /etc/rc.d/init.d &&
ln -sf /etc/rc.d/init.d /etc/init.d &&
for n in 0 1 2 3 4 5 6; do
mkdir -p /etc/rc.d/rc${n}.d
ln -sf /etc/rc.d/rc${n}.d /etc/
done &&
make install
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends newt &&
depends popt
--- NEW FILE: DETAILS ---
MODULE=chkconfig2
MOD=chkconfig
VERSION=1.3.8
#VERSION=1.2.24h
SOURCE=$MOD-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
SOURCE_URL[0]=$LRESORT_URL/$SOURCE
WEB_SITE=http://lunar-linux.org
ENTERED=20031031
UPDATED=20031031
SHORT="A system tool for maintaining the /etc/rc*.d hierarchy."
cat << EOF
chkconfig: Chkconfig is a basic system utility. It updates and
queries runlevel information for system services. Chkconfig
manipulates the numerous symbolic links in /etc/rc.d, to relieve
system administrators of some of the drudgery of manually editing
the symbolic links.
ntsysv: Ntsysv provides a simple interface for setting which system
services are started or stopped in various runlevels (instead of
directly manipulating the numerous symbolic links in /etc/rc.d).
Unless you specify a runlevel or runlevels on the command line (see
the man page), ntsysv configures the current runlevel (5 if you're
using X).
alternatives: alternatives creates, removes, maintains and displays
information about the symbolic links comprising the alternatives
system. The alternatives system is a reimplementation of the Debian
alternatives system. It was rewritten primarily to remove the
dependence on perl; it is intended to be a drop in replacement for
Debian's update-dependencies script. See the man page (alternatives(8))
for more information.
EOF
More information about the Lunar-commits
mailing list