123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618 |
- Summary: An extremely capable system configuration tool.
- Summary(ja): きわめて高機能なシステム設定ツール
- Name: linuxconf
- Version: 1.24r6
- Release: 0vl3
- License: GPL
- Group: Applications/System
- Url: http://www.solucorp.qc.ca/linuxconf/
- Source: ftp://ftp.solucorp.qc.ca/pub/linuxconf/devel/src/linuxconf-%{version}.src.tar.gz
- #Source1: linuxconf.power.gif
- Patch1: linuxconf-1.16r8-wvf.patch
- Patch3: linuxconf-1.17r7-gcc.patch
- Patch4: linuxconf-1.17r2-nooptalpha.patch
- Patch5: linuxconf-1.17r2-internaldaemons.patch
- Patch6: linuxconf-1.24r2-named.patch
- Patch10: linuxconf-1.24r2-pppquoting.patch
- Patch11: linuxconf-1.19-dlopengd.patch
- Patch12: linuxconf-1.18r5-system-auth.patch
- Patch13: linuxconf-1.18r7-ia64.patch
- Patch14: linuxconf-1.19r1-noegcs.patch
- Patch16: linuxconf-1.19r2-translate.patch
- Patch17: linuxconf-1.24r6-range.patch
- Patch18: linuxconf-broken-routes.patch
- Patch19: linuxconf-1.25r7-libs.patch
- # sources/patches for Japanese by Vine
- Source100: linuxconf-1.19r1-ja-0.7.3.tar.gz
- Source101: linuxconf-vine.power.gif
- Patch100: linuxconf-1.16r3.2-lastlang.patch
- Patch101: linuxconf-1.16r3.2-euc.patch
- Patch102: linuxconf-1.21r3-vlconf.patch
- Patch104: linuxconf-1.21r3-nonroot.patch
- Patch105: linuxconf-1.24r6-postinst.patch
- Patch106: linuxconf-1.24r6-vine.patch
- Patch107: linuxconf-1.24r6-time.patch
- # from misc/module.h
- %define MODULE_API_VERSION 18
- Provides: LINUXCONFAPIREV%{MODULE_API_VERSION}
- Requires: initscripts >= 3.79
- Requires: gd >= 1.7
- Prereq: /usr/sbin/groupadd
- Prereq: setup
- Prereq: /bin/mktemp
- Prereq: sh-utils fileutils textutils grep chkconfig
- Prereq: pam util-linux
- BuildPreReq: gd >= 1.7 , perl
- BuildPrereq: python-devel
- Obsoletes: usercfg fstool cabaret
- AutoReqProv: no
- BuildRoot: %{_tmppath}/%{name}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- Linuxconf is an extremely capable system configuration tool.
- Linuxconf provides four different interfaces for you to choose from:
- command line, character-cell (like the installation program), an X
- Window System based GUI and a web-based interface. Linuxconf can
- manage a large proportion of your system's operations, including
- networking, user accounts, file systems, boot parameters, and more.
- Linuxconf will simplify the process of configuring your system.
- Unless you are completely happy with configuring your system manually,
- you should install the linuxconf package and use linuxconf instead.
- %package devel
- Summary: The tools needed for developing linuxconf modules.
- Summary(ja): Linuxconfモジュールの開発に必要なツール
- Group: Development/Libraries
- Requires: linuxconf = %{version}-%{release}
- %description devel
- Linuxconf is an extremely capable system configuration tool. It
- provides a variety of interfaces through which you can configure your
- Linux system and manage a large proportion of the system's operations.
- This package provides the components necessary for developing
- Linuxconf modules outside of the linuxconf source tree and/or
- developing stand-alone utilities using the linuxconf interface
- toolkit.
- Install linuxconf-devel if you want to develop Linuxconf modules. You
- must also have linuxconf installed.
- %prep
- %setup -q -a 100
- (cd conf.files/redhat/scripts
- mv S99linuxconf linuxconf
- chmod 755 linuxconf
- rm -f S00linuxconf
- rm -f grabinfo.sh)
- #%patch1 -p1 -b .wvf
- #%ifarch alpha
- #%patch4 -p0 -b .nooptalpha
- #%endif
- %patch5 -p0 -b .internaldaemons
- %patch6 -p1 -b .named
- %patch10 -p1 -b .pppquoting
- %patch11 -p1 -b .dlopengd
- %patch12 -p1 -b .system-auth
- %patch13 -p1 -b .ia64
- #not aplied for Vine
- #%patch14 -p1 -b .egcs
- %patch16 -p1 -b .translate
- %patch17 -p1 -b .range
- %patch18 -p1 -b .routes
- %patch19 -p1 -b .libs
- %{__cp} -p %{SOURCE101} images/power.gif
- %patch100 -p1 -b .lastlang
- %patch101 -p1 -b .euc
- %patch102 -p1
- %patch104 -p1 -b .noroot
- %patch105 -p1 -b .postinst
- %patch106 -p1
- %patch107 -p1 -b .time
- %build
- # remove check of permission of sendmail
- rm conf.files/redhat/perm/mail
- # lynx -> w3m
- find ./ -type f|xargs perl -i -ne 's/[Ll][Yy][Nn][Xx]/w3m/g;print'
- make
- %install
- rm -rf %{buildroot}
- # do not install patched files
- find conf.files -name "*.rhconf" | xargs rm -f
- make install_for_rpm
- mkdir -p %{buildroot}/var/log
- for file in htmlaccess netconf ; do
- touch %{buildroot}/var/log/$file.log
- chmod 600 %{buildroot}/var/log/$file.log
- done
- rm -f %{buildroot}/usr/lib/linuxconf/install/*{caldera,conectiva,debian,suse}*
- cp %{buildroot}/usr/lib/linuxconf/install/conf.linuxconf-redhat-4.x %{buildroot}/etc/conf.linuxconf
- make install-devel
- (cd %{buildroot}/usr/lib/linuxconf; find . -type f -print) |
- grep -v '^\./help\.' | grep -v '^\.$' |
- sed 's:^\./:/usr/lib/linuxconf/:g' > libfiles
- (cd %{buildroot}/usr/lib/linuxconf; find . -type d -print) |
- grep -v '^\./help\.' | grep -v '^\.$' |
- sed 's:^\./:%dir /usr/lib/linuxconf/:g' >> libfiles
- # Install shared libraries.
- make install-lib
- %clean
- if [ "%{buildroot}" != "/" ] ; then
- rm -rf %{buildroot}
- fi
- %pre
- OLDINSTALL=/usr/lib/linuxconf/help.eng/notices/01-oldinstall
- INITTABREPLACE=/usr/lib/linuxconf/uninstall/inittab.replace
- UPGRADE="NO"
- # Check for tarball installation
- if [ -f /usr/lib/linuxconf/conf.daemons ] ; then
- UPGRADE="YES"
- fi
- if [ -f /usr/lib/linuxconf/std/conf.daemons ] ; then
- UPGRADE="YES"
- fi
- # Check for old 1.9r22 RPM installation
- if [ -f /usr/lib/linuxconf/install/doinst.sh ] ; then
- UPGRADE="YES"
- fi
- if [ $UPGRADE = "YES" ] ; then
- # Script to upgrade pre-1.9r25 Linuxconf to new SysV compliant booting.
- # Dale - Hacked in a few minutes late one night :-)
- # Kill the Install directory
- if [ -f /install/doinst.sh ] ; then
- rm -Rf /install
- fi
- # Kill the old /usr/lib/linuxconf directory, the RPM will put
- # everything we need back in later.
- rm -Rf /usr/lib/linuxconf
- # Create the directories we will need for the upgrade
- install -d -g users -m 755 -o root /usr/lib/linuxconf/
- install -d -g users -m 755 -o root /usr/lib/linuxconf/help.eng/notices/
- install -d -g users -m 755 -o root /usr/lib/linuxconf/uninstall/
- # Create a note displayed by linuxconf informing that the RPM
- # install has done some cleanup
- echo " Installation note" >$OLDINSTALL
- echo >>$OLDINSTALL
- echo "The RPM installation has detected that linuxconf was already" >>$OLDINSTALL
- echo "installed using the tar.gz kit" >>$OLDINSTALL
- echo >>$OLDINSTALL
- echo "It has taken action to fix your linuxconf installation" >>$OLDINSTALL
- echo "so it becomes more compatible with RPM based systems" >>$OLDINSTALL
- echo >>$OLDINSTALL
- # I put a default RedHat inittab in /usr/lib/linuxconf/install
- # When I unpack the distro, the original SHOULD be there, but hey,
- # You never can tell when someone is gonna need that 1k taken up
- # by the backup....
- if [ -f /etc/inittab.old ] ; then
- cp /etc/inittab /usr/lib/linuxconf/uninstall/inittab.beforeupgrade
- mv -f /etc/inittab.old /etc/inittab
- #else
- # Tell the RPM to replace this file with a stock RedHat
- # We haven't untarred anything yet, so we can't replace it
- #cp /etc/inittab /usr/lib/linuxconf/uninstall/inittab.beforeupgrade
- #touch $INITTABREPLACE
- fi
- if [ -f /etc/rc.d/rc.M ] ; then
- mv -f /etc/rc.d/rc.M /usr/lib/linuxconf/uninstall/rc.M.beforeupgrade
- fi
- if [ -f /usr/sbin/syslogd.old ] ; then
- mv -f /usr/bin/syslogd.old /usr/lib/linuxconf/uninstall/syslogd.beforelinuxconf
- fi
- if [ -f /etc/conf.linuxconf ] ; then
- mv -f /etc/conf.linuxconf /etc/conf.linuxconf-installed
- fi
- fi
- %post
- /sbin/ldconfig
- /usr/lib/linuxconf/install/rpm-postinst.sh $*
- # Add a few group ids so that the user is not prompted for them later...
- # if it is an old version of groupadd, the combined -g and -r options
- # will cause it to fail, so we fall back on just -r. It will be less
- # consistent across systems, but that's not too horrible.
- /usr/sbin/groupadd -g 44 -r -f pppusers >/dev/null 2>&1 || \
- /usr/sbin/groupadd -r -f pppusers >/dev/null
- /usr/sbin/groupadd -g 45 -r -f popusers >/dev/null 2>&1 || \
- /usr/sbin/groupadd -r -f popusers >/dev/null
- /usr/sbin/groupadd -g 46 -r -f slipusers >/dev/null 2>&1 || \
- /usr/sbin/groupadd -r -f slipusers >/dev/null
- %triggerin -- netkit-base inetd
- # Update /etc/inetd.conf
- if ! grep -q '[# \t]*linuxconf' /etc/inetd.conf ; then
- echo >> /etc/inetd.conf
- echo linuxconf stream tcp wait root /bin/linuxconf linuxconf --http >> /etc/inetd.conf
- if [ -f /var/run/inetd.pid ] ; then
- kill -HUP `cat /var/run/inetd.pid`
- fi
- fi
- %triggerin -- setup
- # Update /etc/services
- if ! grep -q '[# \t]*linuxconf' /etc/services ; then
- echo "linuxconf 98/tcp" >> /etc/services
- fi
- %triggerin -- openssh-server
- /bin/linuxconf --setmod opensshd
- %triggerin -- squid
- /bin/linuxconf --setmod squid
- %triggerin -- named
- /bin/linuxconf --setmod dnsconf
- %triggerin -- dhcpd
- /bin/linuxconf --setmod dhcpd
- #%triggerin -- sendmail
- #/bin/linuxconf --setmod mailconf
- %triggerin -- apache
- /bin/linuxconf --setmod apache
- %triggerin -- samba
- /bin/linuxconf --setmod samba
- #%triggerin -- wu-ftpd
- #/bin/linuxconf --setmod wuftpd
- %triggerun -- named
- # we do not use --unsetmod because we want to leave a module that is
- # explicitly turned off that way even if the triggered package is
- # afterwards reinstalled...
- [ $2 = 0 ] || exit 0
- TMPFILE=`mktemp /tmp/lct.XXXXXX` || exit 1
- sed '/^module.list 1 dnsconf$/d' < /etc/conf.linuxconf > $TMPFILE || exit 2
- mv $TMPFILE /etc/conf.linuxconf || { rm -f $TMPFILE ; exit 3 ; }
- %triggerun -- openssh-server
- [ $2 = 0 ] || exit 0
- TMPFILE=`mktemp /tmp/lct.XXXXXX` || exit 1
- sed '/^module.list 1 opensshd$/d' < /etc/conf.linuxconf > $TMPFILE || exit 2
- mv $TMPFILE /etc/conf.linuxconf || { rm -f $TMPFILE ; exit 3 ; }
- %triggerun -- squid
- [ $2 = 0 ] || exit 0
- TMPFILE=`mktemp /tmp/lct.XXXXXX` || exit 1
- sed '/^module.list 1 squid$/d' < /etc/conf.linuxconf > $TMPFILE || exit 2
- mv $TMPFILE /etc/conf.linuxconf || { rm -f $TMPFILE ; exit 3 ; }
- %triggerun -- dhcpd
- [ $2 = 0 ] || exit 0
- TMPFILE=`mktemp /tmp/lct.XXXXXX` || exit 1
- sed '/^module.list 1 dhcpd$/d' < /etc/conf.linuxconf > $TMPFILE || exit 2
- mv $TMPFILE /etc/conf.linuxconf || { rm -f $TMPFILE ; exit 3 ; }
- %triggerun -- sendmail
- [ $2 = 0 ] || exit 0
- TMPFILE=`mktemp /tmp/lct.XXXXXX` || exit 1
- sed '/^module.list 1 mailconf$/d' < /etc/conf.linuxconf > $TMPFILE || exit 2
- mv $TMPFILE /etc/conf.linuxconf || { rm -f $TMPFILE ; exit 3 ; }
- %triggerun -- apache
- [ $2 = 0 ] || exit 0
- TMPFILE=`mktemp /tmp/lct.XXXXXX` || exit 1
- sed '/^module.list 1 apache$/d' < /etc/conf.linuxconf > $TMPFILE || exit 2
- mv $TMPFILE /etc/conf.linuxconf || { rm -f $TMPFILE ; exit 3 ; }
- %triggerun -- samba
- [ $2 = 0 ] || exit 0
- TMPFILE=`mktemp /tmp/lct.XXXXXX` || exit 1
- sed '/^module.list 1 samba$/d' < /etc/conf.linuxconf > $TMPFILE || exit 2
- mv $TMPFILE /etc/conf.linuxconf || { rm -f $TMPFILE ; exit 3 ; }
- %triggerun -- wu-ftpd
- [ $2 = 0 ] || exit 0
- TMPFILE=`mktemp /tmp/lct.XXXXXX` || exit 1
- sed '/^module.list 1 wuftpd$/d' < /etc/conf.linuxconf > $TMPFILE || exit 2
- mv $TMPFILE /etc/conf.linuxconf || { rm -f $TMPFILE ; exit 3 ; }
- %preun
- # The script is handed a 0 if this is a uninstall
- # and a 1 if it is an upgrade...
- /usr/lib/linuxconf/install/rpm-preuninst.sh $1 >/dev/null 2>&1
- exit 0
- %postun
- /sbin/ldconfig
- if [ "$1" = 0 ] ; then
- # remove linuxconf from /etc/inetd.conf if it is there
- if [ -f /etc/inetd.conf ] &&
- grep linuxconf /etc/inetd.conf >/dev/null 2>&1 ; then
- if grep -v linuxconf /etc/inetd.conf > /tmp/inetd.$$ ; then
- mv /tmp/inetd.$$ /etc/inetd.conf
- fi
- fi
- rm -f /var/run/treemenu.cache
- fi
- %files -f libfiles
- %defattr(-,root,root)
- %doc COPYING Changes HISTORY LICENSE.modules TODO
- %doc rpmfiles/doc/HELPING
- %doc rpmfiles/doc/RPM-CHANGES
- %doc rpmfiles/doc/RPM-INSTALL
- %doc rpmfiles/doc/RPM-README
- %doc rpmfiles/doc/UPGRADE
- %config(noreplace) %verify(not md5 size mtime) /etc/conf.linuxconf
- %config /etc/pam.d/*
- %config /etc/logrotate.d/linuxconf
- #%config(noreplace) /etc/xinetd.d/*
- %dir /usr/lib/linuxconf
- /usr/lib/liblinuxconf.so.1
- /usr/lib/liblinuxconf.so.%{version}
- /usr/lib/linuxconf/help.eng
- /usr/lib/linuxconf/help.ja
- %lang(zh) /usr/lib/linuxconf/help.bg5
- %lang(fr_CA) /usr/lib/linuxconf/help.cn
- %lang(cs) /usr/lib/linuxconf/help.cs
- %lang(de) /usr/lib/linuxconf/help.de
- %lang(es) /usr/lib/linuxconf/help.es
- %lang(fi) /usr/lib/linuxconf/help.fi
- %lang(fr) /usr/lib/linuxconf/help.fr
- %lang(it) /usr/lib/linuxconf/help.it
- %lang(ko) /usr/lib/linuxconf/help.ko
- %lang(no) /usr/lib/linuxconf/help.no
- %lang(pt) /usr/lib/linuxconf/help.pt
- %lang(se) /usr/lib/linuxconf/help.se
- %lang(sk) /usr/lib/linuxconf/help.sk
- /usr/bin/fsbrowser
- /usr/bin/linuxconf-wrapper
- /usr/bin/shellmod
- /bin/linuxconf
- /bin/netconf
- /bin/fsconf
- %config /bin/remadmin
- /bin/userconf
- /sbin/askrunlevel
- /sbin/dnsconf
- /sbin/fixperm
- /sbin/mailconf
- #/sbin/linuxconf
- /sbin/uucpconf
- /sbin/viewlog
- /sbin/vregistry
- %ghost /var/log/htmlaccess.log
- %ghost /var/log/netconf.log
- %files devel
- %defattr(-,root,root)
- /usr/include/linuxconf
- /usr/lib/liblinuxconf.so
- /usr/lib/liblinuxconf.a
- /usr/lib/linuxconf-devel
- %changelog
- * Wed Dec 19 2001 Toru Sagami <sagami@vinelinux.org> 1.24r6-0vl3
- - added a patch to build on glibc22 system correctly
- * Mon Sep 03 2001 Toru Sagami <sagami@vinelinux.org>
- - 1.24r6-0vl2: pathes of uucp is fixed back correctly
- * Fri Aug 24 2001 Tomoya TAKA <tomoya@olive.plala.or.jp>
- - 1.24r6-0vl1
- - remove nooptalpha patch, it seems to be unnecessary with gcc-2.95.3
- * Sat Aug 18 2001 Toru Sagami <sagami@vinelinux.org>
- - 1.24r6-0vl1: some of patches are taken from RH 1.24r2-4
- - add Requires: linuxconf = %%{version}-%%{release} to devel subpackage
- - added shared libraries to main package and ldconfig in post/postun
- * Tue Nov 7 2000 Kazuhisa TAKEI <takei@vinelinux.org>
- - change filedepend to package name depend ( setup )
- * Thu Oct 19 2000 Tomoya TAKA <tomoya@olive.plala.or.jp>
- - 1.21r5-0vl6
- - added rules.mak patch for alpha (it missed correct dynamic linker)
- * Sun Oct 15 2000 Masato Bito <masato@nets.ce.hiroshima-cu.ac.jp>
- - 1.21r5-0vl5
- - added PreReq: util-linux
- * Mon Oct 9 2000 Jun Nishii <jun@vinelinux.org>
- - 1.21r5-0vl4
- - remove check of the permission of sendmail
- * Fri Oct 06 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
- - 1.21r5-0vl3
- - fixed rpm-postinst.sh again (rc.sysinit should be unmodified for Vine)
- * Thu Oct 05 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
- - 1.21r5-0vl2
- - fixed rpm-postinst.sh (was still looking at S99linuxconf!)
- - added ppc patch for rules.mak (dynamic linker for ppc is ld.so.1)
- * Wed Oct 4 2000 Kazuhisa TAKEI <takei@vinelinux.org> 1.21r5-0vl1
- - added %triggerin opensshd,squid
- * Thu Jul 13 2000 Masato Bito <masato@nets.ce.hiroshima-cu.ac.jp>
- - 1.19r1-0vl2
- - added %defattr
- * Fri Jul 7 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
- - updated to 1.19r1
- - added w3m patch
- * Mon Jun 19 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
- - updated to 1.18r7
- * Fri Jun 9 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
- - updated to 1.18r6
- - added vlconf patch and vine-powerd gif (But just parody...)
- - syncronize japanese NLS catalog and fixed it a little.
- - remove pnggif patch
- * Fri May 19 2000 Nalin Dahyabhai <nalin@redhat.com>
- - update to 1.18r4
- - pull out gd backwards-compatibility patch
- * Fri May 12 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
- - updated to 1.18r2
- - remove bounds patch merged
- - syncronize japanese NLS catalog and fixed it a little.
- * Fri Apr 21 2000 Nalin Dahyabhai <nalin@redhat.com>
- - update to 1.18
- * Wed Apr 05 2000 Nalin Dahyabhai <nalin@redhat.com>
- - update to 1.17r9
- * Fri Mar 31 2000 Nalin Dahyabhai <nalin@redhat.com>
- - update to 1.17r8
- - include Jacques's fix for sysctl thing
- - fix uucp speed setting problem
- - fix quoting in PPP chat scripts
- * Tue Mar 07 2000 Nalin Dahyabhai <nalin@redhat.com>
- - change ownership of directories created under /var/named to named.named
- - add inetd to trigger that adds linuxconf to inetd.conf
- - fix newly-broken regex checks in triggers
- * Wed Mar 01 2000 Nalin Dahyabhai <nalin@redhat.com>
- - change groups created in post-install to have GIDs under 100
- * Wed Feb 22 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
- - First release for Vine
- - added Japanese message catalogs and some help files.
- - added lastlang patch to prevend a trouble about NLS in boot time.
- - add euc patch for button's text turning in text mode.
- * Fri Jan 21 2000 Nalin Dahyabhai <nalin@redhat.com>
- - back out dialogs patch, which breaks linuxconf if not started in a terminal
- - back out pam_unix patch, going another route
- - make sure init script has execute bit set
- * Thu Jan 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- - fix paths in linuxconf.internaldaemons
- * Mon Jan 17 2000 Nalin Dahyabhai <nalin@redhat.com>
- - update to 1.17r2
- - note that help.cfr has become help.cn
- - integrate patch to stop dialog-related segfaults from edward.huff@acm.org
- - make default distribution "redhat" instead of "std"
- * Wed Jan 12 2000 Nalin Dahyabhai <nalin@redhat.com>
- - updated to linuxconf 1.17r1
- - add patch to fix easy-to-spot potential buffer overflows
- * Mon Jan 10 2000 Nalin Dahyabhai <nalin@redhat.com>
- - change to only append entry to /etc/inetd.conf if it isn't mentioned at all
- * Tue Jan 4 2000 Nalin Dahyabhai <nalin@redhat.com>
- - change to only append entry to /etc/services if it isn't mentioned at all
- * Thu Dec 16 1999 Michael K. Johnson <johnsonm@redhat.com>
- - pulled in chat patch
- * Tue Dec 14 1999 Michael K. Johnson <johnsonm@redhat.com>
- - pulled in Jacques' errata patch
- * Thu Dec 02 1999 Michael K. Johnson <johnsonm@redhat.com>
- - updated to linuxconf 1.16r10 to fix a few more bugs
- - added rbl patches that will be in 1.16r11 when it is released
- - removed xconf
- * Wed Dec 01 1999 Michael K. Johnson <johnsonm@redhat.com>
- - updated to linuxconf 1.16r9 to fix a few more bugs
- * Wed Nov 24 1999 Michael K. Johnson <johnsonm@redhat.com>
- - updated to linuxconf 1.16r8 to see which bugs are fixed.
- - removed lpdconf as it is insufficient on Red Hat Linux systems
- * Sat Sep 25 1999 Michael K. Johnson <johnsonm@redhat.com>
- - reverted redhatppp module to an older, presumed working version
- because wvdial support in the new one breaks otherwise working
- setups.
- * Tue Sep 21 1999 Michael K. Johnson <johnsonm@redhat.com>
- - updated to 1.16r3.2
- - install main help files only for languages in use on the system
- * Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
- - updated to 1.16r3
- * Sat Aug 28 1999 Michael K. Johnson <johnsonm@redhat.com>
- - fixed quota.conf permissions problem
- * Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- - Update to 1.16r1.3 to deal with a few more bug reports
- * Fri Jul 16 1999 Michael K. Johnson <johnsonm@redhat.com>
- - Update to 1.16r1.1 to deal with a number of bug reports
- * Wed Apr 14 1999 Michael K. Johnson <johnsonm@redhat.com>
- - setup trigger for /etc/services instead of postinstall
- - moved /etc/conf.linuxconf to a noreplace config file
- * Fri Apr 09 1999 Michael K. Johnson <johnsonm@redhat.com>
- - update to 1.14r4
- - fix kmap/map confusion
- - fix dnsrecs combos not to be empty
- - be more conservative about finding phone numbers
- * Wed Apr 07 1999 Michael K. Johnson <johnsonm@redhat.com>
- - update to 1.14r3
- - added more triggers
- - sendmail V8 .cf
- * Mon Apr 05 1999 Michael K. Johnson <johnsonm@redhat.com>
- - prerequire redhat-release
- - remove ghost reference to boot.log in logrotate file.
- * Wed Mar 31 1999 Michael K. Johnson <johnsonm@redhat.com>
- - dhcpd config should trust dhcpd or dhcpd script to put in correct routes
- * Tue Mar 30 1999 Michael K. Johnson <johnsonm@redhat.com>
- - updated to 1.14r2
- - added defattr
- * Mon Mar 29 1999 Michael K. Johnson <johnsonm@redhat.com>
- - fixed ppp device names
- - added a bunch of modules by default
- * Thu Mar 25 1999 Michael K. Johnson <johnsonm@redhat.com>
- - removed /var/log/boot.log (not used on Red Hat Linux)
- - add redhatppp module by default
- - fix /var/spol/mqueue permissions
- * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- - auto rebuild in the new build environment (release 4)
- * Thu Mar 18 1999 Michael K. Johnson <johnsonm@redhat.com>
- - do not install old versions of patch files
- - perm -> umask to fix bug #418
- * Mon Mar 15 1999 Michael K. Johnson <johnsonm@redhat.com>
- - french messages
- * Thu Mar 11 1999 Michael K. Johnson <johnsonm@redhat.com>
- - moved to 1.14
- * Wed Mar 10 1999 Michael K. Johnson <johnsonm@redhat.com>
- - Moved to pristine source from internal CVS archive
|