diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-02 20:05:44 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-02 20:05:44 +0000 |
commit | 14ac5835daa810d7333f8315418e1cea013ea8d8 (patch) | |
tree | 2e3423ea768327dffcd0ce8f22c1013b1f1894da /sys-apps/baselayout | |
parent | Added missing controls2.py.patch (diff) | |
download | historical-14ac5835daa810d7333f8315418e1cea013ea8d8.tar.gz historical-14ac5835daa810d7333f8315418e1cea013ea8d8.tar.bz2 historical-14ac5835daa810d7333f8315418e1cea013ea8d8.zip |
Update to rc-scripts-1.5.2 - Related to bug 38955, don't set INPUTRC. Instead patch bash so that it looks for /etc/inputrc automatically if ~/.inputrc is missing. This is better than using INPUTRC since that will override even after the user creates ~/.inputrc. - Fix bug 54275: Don't set INFODIR. The correct variable used by texinfo is INFOPATH, which is already set in 00basic. Setting INFODIR is useless, and breaks a NetBSD cross compile from Gentoo - Fix bug 58805: net.eth0 should use bridge so that bridge interfaces are configured prior to net.br0 running - Fix bug 56856: Get rid of net.rej and integrate missing stuff to conf.d/net - Apply half of spock's patch in bug 45784: Check for conf.d/bootsplash instead of conf.d/bootsplash.conf - Fix bug 51351: Quote parsed output of /proc/filesystems to handle octal sequences in mountpoint such as encoded spaces (\040) - Fix bug 46680: Add cifs support to localmount and netmount. Thanks to Ronald Moesbergen for the patches - Fix bug 26952: Use /etc/bash/bashrc to setup PS1, testing $- to determine if shell is interactive. The new system-wide bashrc is installed by bash-2.05b-r10 - Fix bug 38743: strip leading and trailing spaces from variable values in genenviron.awk. Thanks to Marius Mauch for the patch. - Fix bug 55576: swap words "start" and "stop" in runscript.sh error message
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/ChangeLog | 33 | ||||
-rw-r--r-- | sys-apps/baselayout/Manifest | 12 | ||||
-rw-r--r-- | sys-apps/baselayout/baselayout-1.10.1.ebuild | 574 | ||||
-rw-r--r-- | sys-apps/baselayout/baselayout-1.10.2.ebuild (renamed from sys-apps/baselayout/baselayout-1.10.1-r1.ebuild) | 138 | ||||
-rw-r--r-- | sys-apps/baselayout/baselayout-1.9.4-r2.ebuild | 572 | ||||
-rw-r--r-- | sys-apps/baselayout/files/digest-baselayout-1.10.1 | 2 | ||||
-rw-r--r-- | sys-apps/baselayout/files/digest-baselayout-1.10.1-r1 | 1 | ||||
-rw-r--r-- | sys-apps/baselayout/files/digest-baselayout-1.10.2 | 1 | ||||
-rw-r--r-- | sys-apps/baselayout/files/digest-baselayout-1.9.4-r2 | 2 |
9 files changed, 97 insertions, 1238 deletions
diff --git a/sys-apps/baselayout/ChangeLog b/sys-apps/baselayout/ChangeLog index 132bb90718d2..72dbc76ba735 100644 --- a/sys-apps/baselayout/ChangeLog +++ b/sys-apps/baselayout/ChangeLog @@ -1,10 +1,41 @@ # ChangeLog for sys-apps/baselayout # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.163 2004/07/28 00:04:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.164 2004/08/02 20:05:44 agriffis Exp $ # See the gentoo-src rc-scripts ChangeLog for up-to-date release information: # http://www.gentoo.org/cgi-bin/viewcvs.cgi/rc-scripts/ChangeLog?rev=HEAD&cvsroot=gentoo-src&content-type=text/vnd.viewcvs-markup +*baselayout-1.10.2 (02 Aug 2004) + + 02 Aug 2004; Aron Griffis <agriffis@gentoo.org> + -baselayout-1.10.1-r1.ebuild, -baselayout-1.10.1.ebuild, + +baselayout-1.10.2.ebuild, -baselayout-1.9.4-r2.ebuild: + Update to rc-scripts-1.5.2 + - Related to bug 38955, don't set INPUTRC. Instead patch bash so + that it looks for /etc/inputrc automatically if ~/.inputrc is + missing. This is better than using INPUTRC since that will + override even after the user creates ~/.inputrc. + - Fix bug 54275: Don't set INFODIR. The correct variable used by + texinfo is INFOPATH, which is already set in 00basic. Setting + INFODIR is useless, and breaks a NetBSD cross compile from Gentoo + - Fix bug 58805: net.eth0 should use bridge so that bridge + interfaces are configured prior to net.br0 running + - Fix bug 56856: Get rid of net.rej and integrate missing stuff to + conf.d/net + - Apply half of spock's patch in bug 45784: Check for + conf.d/bootsplash instead of conf.d/bootsplash.conf + - Fix bug 51351: Quote parsed output of /proc/filesystems to handle + octal sequences in mountpoint such as encoded spaces (\040) + - Fix bug 46680: Add cifs support to localmount and netmount. + Thanks to Ronald Moesbergen for the patches + - Fix bug 26952: Use /etc/bash/bashrc to setup PS1, testing $- to + determine if shell is interactive. The new system-wide bashrc is + installed by bash-2.05b-r10 + - Fix bug 38743: strip leading and trailing spaces from variable + values in genenviron.awk. Thanks to Marius Mauch for the patch. + - Fix bug 55576: swap words "start" and "stop" in runscript.sh error + message + 27 Jul 2004; <agriffis@gentoo.org> baselayout-1.10.1-r1.ebuild, baselayout-1.10.1-r2.ebuild: Move util-linux back inside conditional since it pulls in a lot of dependencies diff --git a/sys-apps/baselayout/Manifest b/sys-apps/baselayout/Manifest index 1941afbe201e..79d3274a1ec2 100644 --- a/sys-apps/baselayout/Manifest +++ b/sys-apps/baselayout/Manifest @@ -1,16 +1,12 @@ -MD5 ce20a4347dab44c38cfeb929f77dd6d3 ChangeLog 35413 +MD5 114d7bfa471ffede139fa4bfb6ea63bb ChangeLog 37047 MD5 c7ee69b983caab97c8947123a055bb81 baselayout-1.9.4-r3.ebuild 16531 MD5 1c3088d684c3fbf95ef6388f5878a8bb baselayout-1.10.1-r2.ebuild 14356 +MD5 cb83539b8b9a17f19536452fe36ff310 baselayout-1.10.2.ebuild 14352 MD5 e02bb32cac91dad28d3c05b731b37b04 metadata.xml 385 -MD5 1a5d510108a6d55f84c39d0a62a84223 baselayout-1.10.1-r1.ebuild 14516 -MD5 60405b54dc327906a01f6f324a1f6478 baselayout-1.9.4-r2.ebuild 16290 -MD5 84c673a319468fec8e41489b5e188ca7 baselayout-1.10.1.ebuild 16346 +MD5 dd7fbce62822fed1595f11078e23aa32 files/baselayout-1.8.6.13-r1-gcc2.patch 443 MD5 7c0cd50e4ac1dc062f5e6ab578e95659 files/copyright 2099 MD5 d69d18485e6cfc948d9f39b2b766a406 files/digest-baselayout-1.9.4-r3 134 MD5 57c463223d32bbab75879dd96c355472 files/digest-baselayout-1.10.1-r2 69 -MD5 d69d18485e6cfc948d9f39b2b766a406 files/digest-baselayout-1.9.4-r2 134 -MD5 f2b3e80ec04ecff5c5e7f517d624a790 files/digest-baselayout-1.10.1 133 -MD5 57c463223d32bbab75879dd96c355472 files/digest-baselayout-1.10.1-r1 69 +MD5 ab3b5bbd5ce8a8b1386c834ff4a118b4 files/digest-baselayout-1.10.2 69 MD5 d50ca91cbb58c7528a60ddf5bb172956 files/sysvinit-2.84-selinux.patch 3206 -MD5 dd7fbce62822fed1595f11078e23aa32 files/baselayout-1.8.6.13-r1-gcc2.patch 443 MD5 adc667ea815b256d6f39259f4134f6df files/sysvinit-2.84-selinux1.patch 3556 diff --git a/sys-apps/baselayout/baselayout-1.10.1.ebuild b/sys-apps/baselayout/baselayout-1.10.1.ebuild deleted file mode 100644 index 43e114105529..000000000000 --- a/sys-apps/baselayout/baselayout-1.10.1.ebuild +++ /dev/null @@ -1,574 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.10.1.ebuild,v 1.2 2004/06/29 21:19:13 agriffis Exp $ - -inherit flag-o-matic eutils - -SV=1.5.1 # rc-scripts version -SVREV= # rc-scripts rev -SVIV=2.84 # sysvinit version - -S="${WORKDIR}/rc-scripts-${SV}${SVREV}" -S2="${WORKDIR}/sysvinit-${SVIV}" -DESCRIPTION="Base layout for Gentoo Linux (incl. initscripts and sysvinit)" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="ftp://ftp.cistron.nl/pub/people/miquels/software/sysvinit-${SVIV}.tar.gz - ftp://sunsite.unc.edu/pub/Linux/system/daemons/init/sysvinit-${SVIV}.tar.gz - mirror://gentoo/rc-scripts-${SV}${SVREV}.tar.bz2 - http://dev.gentoo.org/~agriffis/rc-scripts/rc-scripts-${SV}${SVREV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" -IUSE="bootstrap build livecd static selinux uclibc" - -DEPEND="virtual/os-headers - selinux? ( sys-libs/libselinux )" - -# This version of baselayout needs gawk in /bin, but as we do not have -# a c++ compiler during bootstrap, we cannot depend on it if "bootstrap" -# or "build" are in USE. -RDEPEND="${DEPEND} - !build? ( !bootstrap? ( - >=sys-apps/gawk-3.1.1-r2 - >=sys-apps/util-linux-2.11z-r6 - ) ) - !sys-apps/sysvinit" - -src_unpack() { - unpack ${A} - - # - # Baselayout setup - # - cd ${S}/etc - - # Fix Sparc specific stuff - if [[ ${ARCH} == sparc ]]; then - sed -i -e 's:KEYMAP="us":KEYMAP="sunkeymap":' rc.conf || die - fi - - # Add serial console for arches that typically have it - case ${ARCH} in - sparc|mips|hppa|alpha|ia64) - sed -i -e \ - 's"# TERMINALS"# SERIAL CONSOLE\nc0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100\n\n# TERMINALS"' \ - inittab || die - ;; - esac - - # - # sysvinit setup - # - if ! use build; then - cd ${S2}/src - - # Note that if sysvinit is ever built with USE=build, need to - # refrain from building sulogin as it needs libcrypt which is - # not in the build image: - # sed -i -e '/^PROGS/s/ sulogin//' Makefile || die - - # Selinux patch for sysvinit - if use selinux; then - if has_version '>=sys-libs/libselinux-1.6'; then - epatch ${FILESDIR}/sysvinit-${SVIV}-selinux1.patch - else - epatch ${FILESDIR}/sysvinit-${SVIV}-selinux.patch - fi - fi - fi -} - -src_compile() { - use static && append-ldflags -static - - echo "${ROOT}" > ${T}/ROOT - - cd ${S}/src - einfo "Building utilities..." - make CC="${CC:-gcc}" LD="${CC:-gcc} ${LDFLAGS}" \ - CFLAGS="${CFLAGS}" || die "problem compiling utilities" - - if ! use build; then - # Build sysvinit stuff - cd ${S2}/src - einfo "Building sysvinit..." - emake CC="${CC:-gcc}" LD="${CC:-gcc}" \ - LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS} -D_GNU_SOURCE" || die "problem compiling sysvinit" - else - einfo "Not building sysvinit because USE=build" - fi -} - -# ${PATH} should include where to get MAKEDEV when calling this -# function -create_dev_nodes() { - case ${ARCH} in - # amd64 must use generic-i386 because amd64/x86_64 does not have - # a generic option at this time, and the default 'generic' ends - # up erroring out, because MAKEDEV internally doesn't know what - # to use - amd64) suffix=-i386 ;; - x86) suffix=-i386 ;; - ppc*) suffix=-powerpc ;; - alpha) suffix=-alpha ;; - ia64) suffix=-ia64 ;; - sparc*) suffix=-sparc ;; - mips) suffix=-mips ;; - arm) suffix=-arm ;; - hppa) suffix=-hppa ;; - esac - - einfo "Using generic${suffix} to make ${ARCH} device nodes..." - MAKEDEV generic${suffix} - MAKEDEV sg scd rtc hde hdf hdg hdh input audio video -} - -# This is a temporary workaround until bug 9849 is completely solved -# in portage. We need to create the directories so they're available -# during src_install, but when src_install is finished, call unkdir -# to remove any empty directories instead of leaving them around. -kdir() { - typeset -a args - typeset d - - # Create the directories for the remainder of src_install, and - # remember how to create the directories later. - for d in "$@"; do - if [[ $d == /* ]]; then - install -d "${args[@]}" "${D}/${d}" - cat >> "${D}/usr/share/baselayout/mkdirs.sh" <<EOF -install -d ${args[@]} "\${ROOT}/${d}" 2>/dev/null \\ - || ewarn " can't create ${d}" -touch "\${ROOT}/${d}/.keep" 2>/dev/null \\ - || ewarn " can't create ${d}/.keep" -EOF - else - args=("${args[@]}" "${d}") - fi - done -} - -# Continued from kdir above... This function removes any empty -# directories as a temporary workaround for bug 9849. The directories -# (and .keep files) are re-created in pkg_postinst, which means they -# aren't listed in CONTENTS, unfortunately. -unkdir() { - einfo "Running unkdir to workaround bug 9849" - find ${D} -depth -type d -exec rmdir {} \; 2>/dev/null - if [[ $? == 127 ]]; then - ewarn "Problem running unkdir: find command not found" - fi -} - -src_install() { - local foo bar - - # ROOT is purged from the environment prior to calling - # src_install. Good thing we saved it in a temporary file. - # Otherwise ROOT will be NULL, which hopefully is correct! - # (I don't know why it was in the environment in the first - # place... could have just used a shell variable?) - if [[ -f ${T}/ROOT ]]; then - ROOT=$(cat ${T}/ROOT) - fi - - # This directory is to stash away things that will be used in - # pkg_postinst - dodir /usr/share/baselayout - - einfo "Creating directories..." - kdir /boot - kdir /dev - kdir /dev/pts - kdir /dev/shm - kdir /etc/conf.d - kdir /etc/cron.daily - kdir /etc/cron.hourly - kdir /etc/cron.monthly - kdir /etc/cron.weekly - kdir /etc/devfs.d - kdir /etc/env.d - kdir /etc/modules.autoload.d - kdir /etc/modules.d - kdir /etc/opt - kdir /home - kdir /lib - kdir /lib/dev-state - kdir /lib/udev-state - kdir /mnt - kdir -m 0700 /mnt/cdrom - kdir -m 0700 /mnt/floppy - kdir /opt - kdir -o root -g uucp -m0755 /var/lock - kdir /proc - kdir -m 0700 /root - kdir /sbin - kdir /usr - kdir /usr/bin - kdir /usr/include - kdir /usr/include/asm - kdir /usr/include/linux - kdir /usr/lib - kdir /usr/local/bin - kdir /usr/local/games - kdir /usr/local/lib - kdir /usr/local/sbin - kdir /usr/local/share - kdir /usr/local/share/doc - kdir /usr/local/share/man - kdir /usr/local/src - kdir /usr/portage - kdir /usr/sbin - kdir /usr/share/doc - kdir /usr/share/info - kdir /usr/share/man - kdir /usr/share/misc - kdir /usr/src - kdir /usr/X11R6/include/GL - kdir /usr/X11R6/include/X11 - kdir /usr/X11R6/lib - kdir /usr/X11R6/lib - kdir /usr/X11R6/man - kdir /usr/X11R6/share - kdir -m 1777 /tmp - kdir /var - kdir /var/lib/misc - kdir /var/lock/subsys - kdir /var/log/news - kdir /var/run - kdir /var/spool - kdir /var/state - kdir -m 1777 /var/tmp - - use ppc64 && kdir /sys - - dodir /etc/init.d # .keep file might mess up init.d stuff - dodir /var/db/pkg # .keep file messes up Portage when looking in /var/db/pkg - - # Symlinks so that LSB compliant apps work - # /lib64 is especially required since its the default place for ld.so - if [[ ${ARCH} == amd64 || ${ARCH} == ppc64 ]]; then - dosym lib /lib64 - dosym lib /usr/lib64 - dosym lib /usr/X11R6/lib64 - fi - - # FHS compatibility symlinks stuff - dosym ../var/tmp /usr/tmp - dosym share/man /usr/man - dosym share/doc /usr/doc - dosym share/info /usr/info - dosym ../../share/info /usr/X11R6/share/info - dosym ../X11R6/include/X11 /usr/include/X11 - dosym ../X11R6/include/GL /usr/include/GL - dosym ../X11R6/lib/X11 /usr/lib/X11 - dosym share/man /usr/local/man - dosym share/doc /usr/local/doc - - # - # Setup files in /etc - # - dosym ../proc/filesystems /etc/filesystems - - insopts -m0644 - insinto /etc - find ${S}/etc -type f -maxdepth 1 -print0 | xargs --null doins - - fperms 0600 /etc/shadow - - exeinto /etc/init.d - doexe ${S}/init.d/* - insinto /etc/conf.d - doins ${S}/etc/conf.d/* - insinto /etc/env.d - doins ${S}/etc/env.d/* - insinto /etc/modules.autoload.d - doins ${S}/etc/modules.autoload.d/* - insinto /etc/modules.d - doins ${S}/etc/modules.d/* - insinto /etc/skel - find ${S}/etc/skel -type f -maxdepth 1 -print0 | xargs --null doins - - rm -f ${D}/etc/{conf,init}.d/net.ppp* # now ships with net-dialup/ppp - - # Set up default runlevel symlinks - if [[ ${ROOT} != / ]]; then - for foo in default boot nonetwork single; do - kdir /etc/runlevels/${foo} - for bar in $(cat ${S}/rc-lists/${foo}); do - [[ -e ${S}/init.d/${bar} ]] && \ - dosym /etc/init.d/${bar} /etc/runlevels/${foo}/${bar} - done - done - fi - - # We do not want to overwrite the user's settings during - # bootstrap; put this somewhere for safekeeping until pkg_postinst - mv ${D}/etc/hosts ${D}/usr/share/baselayout - - # rc-scripts version for testing of features that *should* be present - echo "Gentoo Base System version ${SV}" > ${D}/etc/gentoo-release - - # - # Setup files related to /dev - # - into / - dosbin ${S}/sbin/MAKEDEV - dosym ../../sbin/MAKEDEV /usr/sbin/MAKEDEV - dosym ../sbin/MAKEDEV /dev/MAKEDEV - - if use build || use bootstrap || \ - [[ ! -f "${ROOT}/lib/udev-state/devices.tar.bz2" ]]; then - # Ok, create temp device nodes - mkdir -p "${T}/udev-$$" - cd "${T}/udev-$$" - echo - einfo "Making device nodes (this could take a minute or so...)" - PATH="${D}/sbin:${PATH}" create_dev_nodes - - # Now create tarball that can also be used for udev. - # Need GNU tar for -j so call it by absolute path. - /bin/tar -cjlpf "${T}/devices-$$.tar.bz2" * - insinto /lib/udev-state - newins "${T}/devices-$$.tar.bz2" devices.tar.bz2 - fi - - # - # Setup files in /bin - # - cd ${S}/bin - dobin rc-status - if use livecd; then - dobin bashlogin - fi - - # - # Setup files in /sbin - # - cd ${S}/sbin - into / - dosbin rc rc-update - # Need this in /sbin, as it could be run before - # /usr is mounted. - dosbin modules-update - # Compat symlinks until I can get things synced. - dosym modules-update /sbin/update-modules - dosym ../../sbin/modules-update /usr/sbin/update-modules - # These moved from /etc/init.d/ to /sbin to help newb systems - # from breaking - dosbin runscript.sh functions.sh - use livecd && dosbin livecd-functions.sh - - # Compat symlinks between /etc/init.d and /sbin - # (some stuff have hardcoded paths) - dosym ../../sbin/depscan.sh /etc/init.d/depscan.sh - dosym ../../sbin/runscript.sh /etc/init.d/runscript.sh - dosym ../../sbin/functions.sh /etc/init.d/functions.sh - - # - # Setup files in /lib/rcsripts/sh - # - cd ${S}/sbin - exeinto /lib/rcscripts/sh - doexe rc-services.sh rc-daemon.sh rc-help.sh - - # We can only install new, fast awk versions of scripts - # if 'build' or 'bootstrap' is not in USE. This will - # change if we have sys-apps/gawk-3.1.1-r1 or later in - # the build image ... - if ! use build; then - # This is for new depscan.sh and env-update.sh - # written in awk - cd ${S}/sbin - into / - dosbin depscan.sh - dosbin env-update.sh - insinto /lib/rcscripts/awk - doins ${S}/src/awk/*.awk - fi - - # - # Install baselayout documentation - # - if ! use build ; then - doman ${S}/man/*.* - docinto / - dodoc ${FILESDIR}/copyright - dodoc ${S}/ChangeLog - fi - - # - # Install baselayout utilities - # - cd ${S}/src - einfo "Installing utilities..." - make DESTDIR="${D}" install || die "problem installing utilities" - - # - # Install sysvinit - # - if ! use build; then - cd ${S2}/src - einfo "Installing sysvinit..." - into / - dosbin init halt killall5 runlevel shutdown sulogin - dosym init /sbin/telinit - dobin last mesg utmpdump wall - dosym killall5 /sbin/pidof - dosym halt /sbin/reboot - dosym halt /sbin/poweroff - dosym last /bin/lastb - insinto /usr/include - doins initreq.h - # sysvinit docs - cd ${S2} - doman man/*.[1-9] - docinto sysvinit-${SVIV} - dodoc COPYRIGHT README doc/* - fi - - use uclibc && rm -f ${D}/etc/nsswitch.conf - - # Hack to fix bug 9849, continued in pkg_postinst - unkdir -} - -pkg_preinst() { - if [[ -f ${ROOT}/etc/modules.autoload && \ - ! -d ${ROOT}/etc/modules.autoload.d ]]; then - mkdir -p ${ROOT}/etc/modules.autoload.d - mv -f ${ROOT}/etc/modules.autoload \ - ${ROOT}/etc/modules.autoload.d/kernel-2.4 - ln -snf modules.autoload.d/kernel-2.4 ${ROOT}/etc/modules.autoload - fi - - if [[ -f "${ROOT}/lib/udev-state/devices.tar.bz2" && - -e "${ROOT}/dev/.udev" ]]; then - mv -f "${ROOT}/lib/udev-state/devices.tar.bz2" \ - "${ROOT}/lib/udev-state/devices.tar.bz2.current" - fi -} - -pkg_postinst() { - local x - - # Reincarnate dirs from kdir/unkdir (hack for bug 9849) - einfo "Creating directories and .keep files." - einfo "Some of these might fail if they're read-only mounted" - einfo "filesystems, for example /dev or /proc. That's okay!" - source ${ROOT}/usr/share/baselayout/mkdirs.sh - - if [[ -f "${ROOT}/lib/udev-state/devices.tar.bz2.current" ]]; then - # Rather use our current device tarball ... this was saved off - # in pkg_preinst - mv -f "${ROOT}/lib/udev-state/devices.tar.bz2.current" \ - "${ROOT}/lib/udev-state/devices.tar.bz2" - else - # Make sure our tarball does not get removed; update the - # timestamp so that it doesn't match CONTENTS - touch "${ROOT}/lib/udev-state/devices.tar.bz2" - fi - - # We don't want to create devices if this is not a bootstrap and devfs - # is used, as this was the cause for all the devfs problems we had - if use build || use bootstrap; then - if [[ ! -e "${ROOT}/dev/.devfsd" && ! -e "${ROOT}/dev/.udev" ]]; then - einfo "Populating /dev with device nodes..." - cd ${ROOT}/dev - if [ -f "${ROOT}/lib/udev-state/devices.tar.bz2" ]; then - tar -jxpf "${ROOT}/lib/udev-state/devices.tar.bz2" || die - else - # devices.tar.bz2 will not exist with binary packages ... - PATH="${ROOT}/sbin:${PATH}" create_dev_nodes - fi - fi - fi - - # Create /boot/boot symlink in pkg_postinst because sometimes - # /boot is a FAT filesystem. When that is the case, then the - # symlink will fail. Consequently, if we create it in - # src_install, then merge will fail. AFAIK there is no point to - # this symlink except for misconfigured grubs. See bug 50108 - # (05 May 2004 agriffis) - ln -sn . ${ROOT}/boot/boot 2>/dev/null - - # Create /etc/hosts in pkg_postinst so we don't overwrite an - # existing file during bootstrap - if [[ ! -e ${ROOT}/etc/hosts ]]; then - cp ${ROOT}/usr/share/baselayout/hosts ${ROOT}/etc - fi - - # Under what circumstances would mtab be a symlink? It would be - # nice if there were an explanatory comment here - if [[ -L ${ROOT}/etc/mtab ]]; then - rm -f "${ROOT}/etc/mtab" - if [[ ${ROOT} == / ]]; then - cp /proc/mounts "${ROOT}/etc/mtab" - else - touch "${ROOT}/etc/mtab" - fi - fi - - # We should only install empty files if these files don't already exist. - [[ -e ${ROOT}/var/log/lastlog ]] || \ - touch "${ROOT}/var/log/lastlog" - [[ -e ${ROOT}/var/run/utmp ]] || \ - install -m 0664 -g utmp /dev/null "${ROOT}/var/run/utmp" - [[ -e ${ROOT}/var/log/wtmp ]] || \ - install -m 0664 -g utmp /dev/null "${ROOT}/var/log/wtmp" - - # Touching /etc/passwd and /etc/shadow after install can be fatal, as many - # new users do not update them properly. thus remove all ._cfg files if - # we are not busy with a bootstrap. - if ! use build && ! use bootstrap; then - einfo "Removing invalid backup copies of critical config files..." - rm -f "${ROOT}"/etc/._cfg????_{passwd,shadow} - fi - - # Reload init to fix unmounting problems of / on next reboot. - # This is really needed, as without the new version of init cause init - # not to quit properly on reboot, and causes a fsck of / on next reboot. - if [[ ${ROOT} == / ]] && ! use build && ! use bootstrap; then - # Do not return an error if this fails - /sbin/init U &>/dev/null - - # Regenerate init.d dependency tree - /sbin/depscan.sh &>/dev/null - - # Regenerate /etc/modules.conf, else it will fail at next boot - einfo "Updating module dependencies..." - /sbin/modules-update force &>/dev/null - else - rm -f ${ROOT}/etc/modules.conf - fi - - # Enable shadow groups (we need ROOT=/ here, as grpconv only - # operate on / ...). - if [[ ${ROOT} == / && \ - ! -f /etc/gshadow && -x /usr/sbin/grpck && -x /usr/sbin/grpconv ]] - then - if /usr/sbin/grpck -r &>/dev/null; then - /usr/sbin/grpconv - else - echo - ewarn "Running 'grpck' returned errors. Please run it by hand, and then" - ewarn "run 'grpconv' afterwards!" - echo - fi - fi - - # This is also written in src_install (so it's in CONTENTS), but - # write it here so that the new version is immediately in the file - # (without waiting for the user to do etc-update) - rm -f ${ROOT}/etc/._cfg????_gentoo-release - echo "Gentoo Base System version ${SV}" > ${ROOT}/etc/gentoo-release - - echo - einfo "Please be sure to update all pending '._cfg*' files in /etc," - einfo "else things might break at your next reboot! You can use 'etc-update'" - einfo "to accomplish this:" - einfo - einfo " # etc-update" - echo -} diff --git a/sys-apps/baselayout/baselayout-1.10.1-r1.ebuild b/sys-apps/baselayout/baselayout-1.10.2.ebuild index c6e8919cf19d..c7345020c664 100644 --- a/sys-apps/baselayout/baselayout-1.10.1-r1.ebuild +++ b/sys-apps/baselayout/baselayout-1.10.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.10.1-r1.ebuild,v 1.5 2004/07/29 20:02:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.10.2.ebuild,v 1.1 2004/08/02 20:05:44 agriffis Exp $ inherit flag-o-matic eutils -SV=1.5.1 # rc-scripts version +SV=1.5.2 # rc-scripts version SVREV= # rc-scripts rev S="${WORKDIR}/rc-scripts-${SV}${SVREV}" @@ -42,10 +42,7 @@ src_unpack() { src_compile() { use static && append-ldflags -static - echo "${ROOT}" > ${T}/ROOT - - cd ${S}/src - make CC="${CC:-gcc}" LD="${CC:-gcc} ${LDFLAGS}" \ + make -C ${S}/src CC="${CC:-gcc}" LD="${CC:-gcc} ${LDFLAGS}" \ CFLAGS="${CFLAGS}" || die } @@ -111,19 +108,8 @@ unkdir() { } src_install() { - local foo bar - - # ROOT is purged from the environment prior to calling - # src_install. Good thing we saved it in a temporary file. - # Otherwise ROOT will be NULL, which hopefully is correct! - # (I don't know why it was in the environment in the first - # place... could have just used a shell variable?) - if [[ -f ${T}/ROOT ]]; then - ROOT=$(cat ${T}/ROOT) - fi - # This directory is to stash away things that will be used in - # pkg_postinst + # pkg_postinst; it's needed first for kdir to function dodir /usr/share/baselayout einfo "Creating directories..." @@ -153,6 +139,7 @@ src_install() { kdir /proc kdir -m 0700 /root kdir /sbin + kdir /sys # for 2.6 kernels kdir /usr kdir /usr/bin kdir /usr/include @@ -190,10 +177,8 @@ src_install() { kdir /var/state kdir -m 1777 /var/tmp - use ppc64 && kdir /sys - - dodir /etc/init.d # .keep file might mess up init.d stuff - dodir /var/db/pkg # .keep file messes up Portage when looking in /var/db/pkg + dodir /etc/init.d # .keep file might mess up init.d stuff + dodir /var/db/pkg # .keep file messes up Portage # Symlinks so that LSB compliant apps work # /lib64 is especially required since its the default place for ld.so @@ -241,17 +226,6 @@ src_install() { rm -f ${D}/etc/{conf,init}.d/net.ppp* # now ships with net-dialup/ppp - # Set up default runlevel symlinks - if [[ ${ROOT} != / ]]; then - for foo in default boot nonetwork single; do - kdir /etc/runlevels/${foo} - for bar in $(cat ${S}/rc-lists/${foo}); do - [[ -e ${S}/init.d/${bar} ]] && \ - dosym /etc/init.d/${bar} /etc/runlevels/${foo}/${bar} - done - done - fi - # As of baselayout-1.10-1-r1, sysvinit is its own package again, and # provides the inittab itself rm -f ${D}/etc/inittab @@ -260,6 +234,12 @@ src_install() { # bootstrap; put this somewhere for safekeeping until pkg_postinst mv ${D}/etc/hosts ${D}/usr/share/baselayout + # Stash the rc-lists for use during pkg_postinst + cp -r ${S}/rc-lists ${D}/usr/share/baselayout + + # uclibc doesn't need nsswitch.conf... added by solar + use uclibc && rm -f ${D}/etc/nsswitch.conf + # rc-scripts version for testing of features that *should* be present echo "Gentoo Base System version ${SV}" > ${D}/etc/gentoo-release @@ -271,22 +251,6 @@ src_install() { dosym ../../sbin/MAKEDEV /usr/sbin/MAKEDEV dosym ../sbin/MAKEDEV /dev/MAKEDEV - if use build || use bootstrap || \ - [[ ! -f "${ROOT}/lib/udev-state/devices.tar.bz2" ]]; then - # Ok, create temp device nodes - mkdir -p "${T}/udev-$$" - cd "${T}/udev-$$" - echo - einfo "Making device nodes (this could take a minute or so...)" - PATH="${D}/sbin:${PATH}" create_dev_nodes - - # Now create tarball that can also be used for udev. - # Need GNU tar for -j so call it by absolute path. - /bin/tar -cjlpf "${T}/devices-$$.tar.bz2" * - insinto /lib/udev-state - newins "${T}/devices-$$.tar.bz2" devices.tar.bz2 - fi - # # Setup files in /bin # @@ -357,8 +321,6 @@ src_install() { cd ${S}/src make DESTDIR="${D}" install || die - use uclibc && rm -f ${D}/etc/nsswitch.conf - # Hack to fix bug 9849, continued in pkg_postinst unkdir } @@ -371,16 +333,10 @@ pkg_preinst() { ${ROOT}/etc/modules.autoload.d/kernel-2.4 ln -snf modules.autoload.d/kernel-2.4 ${ROOT}/etc/modules.autoload fi - - if [[ -f "${ROOT}/lib/udev-state/devices.tar.bz2" && - -e "${ROOT}/dev/.udev" ]]; then - mv -f "${ROOT}/lib/udev-state/devices.tar.bz2" \ - "${ROOT}/lib/udev-state/devices.tar.bz2.current" - fi } pkg_postinst() { - local x + local x y # Reincarnate dirs from kdir/unkdir (hack for bug 9849) einfo "Creating directories and .keep files." @@ -388,15 +344,31 @@ pkg_postinst() { einfo "filesystems, for example /dev or /proc. That's okay!" source ${ROOT}/usr/share/baselayout/mkdirs.sh - if [[ -f "${ROOT}/lib/udev-state/devices.tar.bz2.current" ]]; then - # Rather use our current device tarball ... this was saved off - # in pkg_preinst - mv -f "${ROOT}/lib/udev-state/devices.tar.bz2.current" \ - "${ROOT}/lib/udev-state/devices.tar.bz2" - else - # Make sure our tarball does not get removed; update the - # timestamp so that it doesn't match CONTENTS - touch "${ROOT}/lib/udev-state/devices.tar.bz2" + # This could be done in src_install, which would have the benefit of + # (1) devices.tar.bz2 would show up in CONTENTS + # (2) binary installations would be faster... just untar the devices tarball + # instead of needing to run MAKEDEV + # However the most common cases are that people are either updating + # baselayout or installing from scratch. In the installation case, it's no + # different to have here instead of src_install. In the update case, we + # save a couple minutes time by refraining from building the unnecessary + # tarball. + if [[ ! -f "${ROOT}/lib/udev-state/devices.tar.bz2" ]]; then + # Create a directory in which to work + x=$(mktemp -d ${ROOT}/tmp/devnodes.XXXXXXXXX) \ + && cd "${x}" || die 'mktemp failed' + + # Create temp device nodes + echo + einfo "Making device node tarball (this could take a couple minutes)" + PATH="${ROOT}/sbin:${PATH}" create_dev_nodes + + # Now create tarball that can also be used for udev. + # Need GNU tar for -j so call it by absolute path. + /bin/tar cjlpf "${ROOT}/lib/udev-state/devices.tar.bz2" * + rm -r * + cd .. + rmdir "${x}" fi # We don't want to create devices if this is not a bootstrap and devfs @@ -404,13 +376,8 @@ pkg_postinst() { if use build || use bootstrap; then if [[ ! -e "${ROOT}/dev/.devfsd" && ! -e "${ROOT}/dev/.udev" ]]; then einfo "Populating /dev with device nodes..." - cd ${ROOT}/dev - if [ -f "${ROOT}/lib/udev-state/devices.tar.bz2" ]; then - tar -jxpf "${ROOT}/lib/udev-state/devices.tar.bz2" || die - else - # devices.tar.bz2 will not exist with binary packages ... - PATH="${ROOT}/sbin:${PATH}" create_dev_nodes - fi + cd ${ROOT}/dev || die + /bin/tar xjpf "${ROOT}/lib/udev-state/devices.tar.bz2" || die fi fi @@ -422,6 +389,24 @@ pkg_postinst() { # (05 May 2004 agriffis) ln -sn . ${ROOT}/boot/boot 2>/dev/null + # Set up default runlevel symlinks + # This used to be done in src_install but required knowledge of ${ROOT}, + # which meant that it was effectively broken for binary installs. + if [[ -z $(/bin/ls ${ROOT}/etc/runlevels 2>/dev/null) ]]; then + for x in boot default nonetwork single; do + einfo "Creating default runlevel symlinks for ${x}" + mkdir -p ${ROOT}/etc/runlevels/${foo} + for y in $(<${ROOT}/usr/share/baselayout/rc-lists/${foo}); do + if [[ ! -e ${ROOT}/init.d/${y} ]]; then + ewarn "init.d/${y} not found -- ignoring" + else + ln -sfn ${ROOT}/etc/init.d/${y} \ + ${ROOT}/etc/runlevels/${x}/${y} + fi + done + done + fi + # Create /etc/hosts in pkg_postinst so we don't overwrite an # existing file during bootstrap if [[ ! -e ${ROOT}/etc/hosts ]]; then @@ -452,16 +437,13 @@ pkg_postinst() { # we are not busy with a bootstrap. if ! use build && ! use bootstrap; then einfo "Removing invalid backup copies of critical config files..." - rm -f "${ROOT}"/etc/._cfg????_{passwd,shadow} + rm -f "${ROOT}"/etc/._cfg????_{passwd,shadow,group,fstab} fi # Reload init to fix unmounting problems of / on next reboot. # This is really needed, as without the new version of init cause init # not to quit properly on reboot, and causes a fsck of / on next reboot. if [[ ${ROOT} == / ]] && ! use build && ! use bootstrap; then - # Do not return an error if this fails - /sbin/init U &>/dev/null - # Regenerate init.d dependency tree /sbin/depscan.sh &>/dev/null diff --git a/sys-apps/baselayout/baselayout-1.9.4-r2.ebuild b/sys-apps/baselayout/baselayout-1.9.4-r2.ebuild deleted file mode 100644 index 2513429b1433..000000000000 --- a/sys-apps/baselayout/baselayout-1.9.4-r2.ebuild +++ /dev/null @@ -1,572 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.9.4-r2.ebuild,v 1.7 2004/06/29 21:19:13 agriffis Exp $ - -inherit flag-o-matic eutils - -SV=1.4.16 # rc-scripts version -SVREV= # rc-scripts rev -SVIV=2.84 # sysvinit version - -S="${WORKDIR}/rc-scripts-${SV}${SVREV}" -S2="${WORKDIR}/sysvinit-${SVIV}" -DESCRIPTION="Base layout for Gentoo Linux (incl. initscripts and sysvinit)" -HOMEPAGE="http://www.gentoo.org/" -SRC_URI="ftp://ftp.cistron.nl/pub/people/miquels/software/sysvinit-${SVIV}.tar.gz - ftp://sunsite.unc.edu/pub/Linux/system/daemons/init/sysvinit-${SVIV}.tar.gz - mirror://gentoo/rc-scripts-${SV}${SVREV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" -IUSE="bootstrap build livecd static selinux uclibc" - -DEPEND="virtual/os-headers - selinux? ( sys-libs/libselinux )" - -# This version of baselayout needs gawk in /bin, but as we do not have -# a c++ compiler during bootstrap, we cannot depend on it if "bootstrap" -# or "build" are in USE. -RDEPEND="${DEPEND} - !build? ( !bootstrap? ( - >=sys-apps/gawk-3.1.1-r2 - >=sys-apps/util-linux-2.11z-r6 - ) ) - !sys-apps/sysvinit" - -src_unpack() { - unpack ${A} - - # - # Baselayout setup - # - cd ${S}/etc - - # Fix Sparc specific stuff - if [[ ${ARCH} == sparc ]]; then - sed -i -e 's:KEYMAP="us":KEYMAP="sunkeymap":' rc.conf || die - fi - - # Add serial console for arches that typically have it - case ${ARCH} in - sparc|mips|hppa|alpha|ia64) - sed -i -e \ - 's"# TERMINALS"# SERIAL CONSOLE\nc0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100\n\n# TERMINALS"' \ - inittab || die - ;; - esac - - # - # sysvinit setup - # - if ! use build; then - cd ${S2}/src - - # Note that if sysvinit is ever built with USE=build, need to - # refrain from building sulogin as it needs libcrypt which is - # not in the build image: - # sed -i -e '/^PROGS/s/ sulogin//' Makefile || die - - # Selinux patch for sysvinit - if use selinux; then - if has_version '>=sys-libs/libselinux-1.6'; then - epatch ${FILESDIR}/sysvinit-${SVIV}-selinux1.patch - else - epatch ${FILESDIR}/sysvinit-${SVIV}-selinux.patch - fi - fi - fi -} - -src_compile() { - use static && append-ldflags -static - - echo "${ROOT}" > ${T}/ROOT - - cd ${S}/src - einfo "Building utilities..." - make CC="${CC:-gcc}" LD="${CC:-gcc} ${LDFLAGS}" \ - CFLAGS="${CFLAGS}" || die "problem compiling utilities" - - if ! use build; then - # Build sysvinit stuff - cd ${S2}/src - einfo "Building sysvinit..." - emake CC="${CC:-gcc}" LD="${CC:-gcc}" \ - LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS} -D_GNU_SOURCE" || die "problem compiling sysvinit" - else - einfo "Not building sysvinit because USE=build" - fi -} - -# ${PATH} should include where to get MAKEDEV when calling this -# function -create_dev_nodes() { - case ${ARCH} in - # amd64 must use generic-i386 because amd64/x86_64 does not have - # a generic option at this time, and the default 'generic' ends - # up erroring out, because MAKEDEV internally doesn't know what - # to use - amd64) suffix=-i386 ;; - x86) suffix=-i386 ;; - ppc*) suffix=-powerpc ;; - alpha) suffix=-alpha ;; - ia64) suffix=-ia64 ;; - sparc*) suffix=-sparc ;; - mips) suffix=-mips ;; - arm) suffix=-arm ;; - hppa) suffix=-hppa ;; - esac - - einfo "Using generic${suffix} to make ${ARCH} device nodes..." - MAKEDEV generic${suffix} - MAKEDEV sg scd rtc hde hdf hdg hdh input audio video -} - -# This is a temporary workaround until bug 9849 is completely solved -# in portage. We need to create the directories so they're available -# during src_install, but when src_install is finished, call unkdir -# to remove any empty directories instead of leaving them around. -kdir() { - typeset -a args - typeset d - - # Create the directories for the remainder of src_install, and - # remember how to create the directories later. - for d in "$@"; do - if [[ $d == /* ]]; then - install -d "${args[@]}" "${D}/${d}" - cat >> "${D}/usr/share/baselayout/mkdirs.sh" <<EOF -install -d ${args[@]} "\${ROOT}/${d}" 2>/dev/null \\ - || ewarn " can't create ${d}" -touch "\${ROOT}/${d}/.keep" 2>/dev/null \\ - || ewarn " can't create ${d}/.keep" -EOF - else - args=("${args[@]}" "${d}") - fi - done -} - -# Continued from kdir above... This function removes any empty -# directories as a temporary workaround for bug 9849. The directories -# (and .keep files) are re-created in pkg_postinst, which means they -# aren't listed in CONTENTS, unfortunately. -unkdir() { - einfo "Running unkdir to workaround bug 9849" - find ${D} -depth -type d -exec rmdir {} \; 2>/dev/null - if [[ $? == 127 ]]; then - ewarn "Problem running unkdir: find command not found" - fi -} - -src_install() { - local foo bar - - # ROOT is purged from the environment prior to calling - # src_install. Good thing we saved it in a temporary file. - # Otherwise ROOT will be NULL, which hopefully is correct! - # (I don't know why it was in the environment in the first - # place... could have just used a shell variable?) - if [[ -f ${T}/ROOT ]]; then - ROOT=$(cat ${T}/ROOT) - fi - - # This directory is to stash away things that will be used in - # pkg_postinst - dodir /usr/share/baselayout - - einfo "Creating directories..." - kdir /boot - kdir /dev - kdir /dev/pts - kdir /dev/shm - kdir /etc/conf.d - kdir /etc/cron.daily - kdir /etc/cron.hourly - kdir /etc/cron.monthly - kdir /etc/cron.weekly - kdir /etc/devfs.d - kdir /etc/env.d - kdir /etc/modules.autoload.d - kdir /etc/modules.d - kdir /etc/opt - kdir /home - kdir /lib - kdir /lib/dev-state - kdir /lib/udev-state - kdir /mnt - kdir -m 0700 /mnt/cdrom - kdir -m 0700 /mnt/floppy - kdir /opt - kdir -o root -g uucp -m0755 /var/lock - kdir /proc - kdir -m 0700 /root - kdir /sbin - kdir /sys # needed for 2.6 kernels, fixes bug 52703 - kdir /usr - kdir /usr/bin - kdir /usr/include - kdir /usr/include/asm - kdir /usr/include/linux - kdir /usr/lib - kdir /usr/local/bin - kdir /usr/local/games - kdir /usr/local/lib - kdir /usr/local/sbin - kdir /usr/local/share - kdir /usr/local/share/doc - kdir /usr/local/share/man - kdir /usr/local/src - kdir /usr/portage - kdir /usr/sbin - kdir /usr/share/doc - kdir /usr/share/info - kdir /usr/share/man - kdir /usr/share/misc - kdir /usr/src - kdir /usr/X11R6/include/GL - kdir /usr/X11R6/include/X11 - kdir /usr/X11R6/lib - kdir /usr/X11R6/lib - kdir /usr/X11R6/man - kdir /usr/X11R6/share - kdir -m 1777 /tmp - kdir /var - kdir /var/lib/misc - kdir /var/lock/subsys - kdir /var/log/news - kdir /var/run - kdir /var/spool - kdir /var/state - kdir -m 1777 /var/tmp - - dodir /etc/init.d # .keep file might mess up init.d stuff - dodir /var/db/pkg # .keep file messes up Portage when looking in /var/db/pkg - - # Symlinks so that LSB compliant apps work - # /lib64 is especially required since its the default place for ld.so - if [[ ${ARCH} == amd64 || ${ARCH} == ppc64 ]]; then - dosym lib /lib64 - dosym lib /usr/lib64 - dosym lib /usr/X11R6/lib64 - fi - - # FHS compatibility symlinks stuff - dosym ../var/tmp /usr/tmp - dosym share/man /usr/man - dosym share/doc /usr/doc - dosym share/info /usr/info - dosym ../../share/info /usr/X11R6/share/info - dosym ../X11R6/include/X11 /usr/include/X11 - dosym ../X11R6/include/GL /usr/include/GL - dosym ../X11R6/lib/X11 /usr/lib/X11 - dosym share/man /usr/local/man - dosym share/doc /usr/local/doc - - # - # Setup files in /etc - # - dosym ../proc/filesystems /etc/filesystems - - insopts -m0644 - insinto /etc - find ${S}/etc -type f -maxdepth 1 -print0 | xargs --null doins - - fperms 0600 /etc/shadow - - exeinto /etc/init.d - doexe ${S}/init.d/* - insinto /etc/conf.d - doins ${S}/etc/conf.d/* - insinto /etc/env.d - doins ${S}/etc/env.d/* - insinto /etc/modules.autoload.d - doins ${S}/etc/modules.autoload.d/* - insinto /etc/modules.d - doins ${S}/etc/modules.d/* - insinto /etc/skel - find ${S}/etc/skel -type f -maxdepth 1 -print0 | xargs --null doins - - rm -f ${D}/etc/{conf,init}.d/net.ppp* # now ships with net-dialup/ppp - - # Set up default runlevel symlinks - if [[ ${ROOT} != / ]]; then - for foo in default boot nonetwork single; do - kdir /etc/runlevels/${foo} - for bar in $(cat ${S}/rc-lists/${foo}); do - [[ -e ${S}/init.d/${bar} ]] && \ - dosym /etc/init.d/${bar} /etc/runlevels/${foo}/${bar} - done - done - fi - - # We do not want to overwrite the user's settings during - # bootstrap; put this somewhere for safekeeping until pkg_postinst - mv ${D}/etc/hosts ${D}/usr/share/baselayout - - # rc-scripts version for testing of features that *should* be present - echo "Gentoo Base System version ${SV}" > ${D}/etc/gentoo-release - - # - # Setup files related to /dev - # - into / - dosbin ${S}/sbin/MAKEDEV - dosym ../../sbin/MAKEDEV /usr/sbin/MAKEDEV - dosym ../sbin/MAKEDEV /dev/MAKEDEV - - if use build || use bootstrap || \ - [[ ! -f "${ROOT}/lib/udev-state/devices.tar.bz2" ]]; then - # Ok, create temp device nodes - mkdir -p "${T}/udev-$$" - cd "${T}/udev-$$" - echo - einfo "Making device nodes (this could take a minute or so...)" - PATH="${D}/sbin:${PATH}" create_dev_nodes - - # Now create tarball that can also be used for udev. - # Need GNU tar for -j so call it by absolute path. - /bin/tar -cjlpf "${T}/devices-$$.tar.bz2" * - insinto /lib/udev-state - newins "${T}/devices-$$.tar.bz2" devices.tar.bz2 - fi - - # - # Setup files in /bin - # - cd ${S}/bin - dobin rc-status - if use livecd; then - dobin bashlogin - fi - - # - # Setup files in /sbin - # - cd ${S}/sbin - into / - dosbin rc rc-update - # Need this in /sbin, as it could be run before - # /usr is mounted. - dosbin modules-update - # Compat symlinks until I can get things synced. - dosym modules-update /sbin/update-modules - dosym ../../sbin/modules-update /usr/sbin/update-modules - # These moved from /etc/init.d/ to /sbin to help newb systems - # from breaking - dosbin runscript.sh functions.sh - use livecd && dosbin livecd-functions.sh - - # Compat symlinks between /etc/init.d and /sbin - # (some stuff have hardcoded paths) - dosym ../../sbin/depscan.sh /etc/init.d/depscan.sh - dosym ../../sbin/runscript.sh /etc/init.d/runscript.sh - dosym ../../sbin/functions.sh /etc/init.d/functions.sh - - # - # Setup files in /lib/rcsripts/sh - # - cd ${S}/sbin - exeinto /lib/rcscripts/sh - doexe rc-services.sh rc-daemon.sh rc-help.sh - - # We can only install new, fast awk versions of scripts - # if 'build' or 'bootstrap' is not in USE. This will - # change if we have sys-apps/gawk-3.1.1-r1 or later in - # the build image ... - if ! use build; then - # This is for new depscan.sh and env-update.sh - # written in awk - cd ${S}/sbin - into / - dosbin depscan.sh - dosbin env-update.sh - insinto /lib/rcscripts/awk - doins ${S}/src/awk/*.awk - fi - - # - # Install baselayout documentation - # - if ! use build ; then - doman ${S}/man/*.* - docinto / - dodoc ${FILESDIR}/copyright - dodoc ${S}/ChangeLog - fi - - # - # Install baselayout utilities - # - cd ${S}/src - einfo "Installing utilities..." - make DESTDIR="${D}" install || die "problem installing utilities" - - # - # Install sysvinit - # - if ! use build; then - cd ${S2}/src - einfo "Installing sysvinit..." - into / - dosbin init halt killall5 runlevel shutdown sulogin - dosym init /sbin/telinit - dobin last mesg utmpdump wall - dosym killall5 /sbin/pidof - dosym halt /sbin/reboot - dosym halt /sbin/poweroff - dosym last /bin/lastb - insinto /usr/include - doins initreq.h - # sysvinit docs - cd ${S2} - doman man/*.[1-9] - docinto sysvinit-${SVIV} - dodoc COPYRIGHT README doc/* - fi - - use uclibc && rm -f ${D}/etc/nsswitch.conf - - # Hack to fix bug 9849, continued in pkg_postinst - unkdir -} - -pkg_preinst() { - if [[ -f ${ROOT}/etc/modules.autoload && \ - ! -d ${ROOT}/etc/modules.autoload.d ]]; then - mkdir -p ${ROOT}/etc/modules.autoload.d - mv -f ${ROOT}/etc/modules.autoload \ - ${ROOT}/etc/modules.autoload.d/kernel-2.4 - ln -snf modules.autoload.d/kernel-2.4 ${ROOT}/etc/modules.autoload - fi - - if [[ -f "${ROOT}/lib/udev-state/devices.tar.bz2" && - -e "${ROOT}/dev/.udev" ]]; then - mv -f "${ROOT}/lib/udev-state/devices.tar.bz2" \ - "${ROOT}/lib/udev-state/devices.tar.bz2.current" - fi -} - -pkg_postinst() { - local x - - # Reincarnate dirs from kdir/unkdir (hack for bug 9849) - einfo "Creating directories and .keep files." - einfo "Some of these might fail if they're read-only mounted" - einfo "filesystems, for example /dev or /proc. That's okay!" - source ${ROOT}/usr/share/baselayout/mkdirs.sh - - if [[ -f "${ROOT}/lib/udev-state/devices.tar.bz2.current" ]]; then - # Rather use our current device tarball ... this was saved off - # in pkg_preinst - mv -f "${ROOT}/lib/udev-state/devices.tar.bz2.current" \ - "${ROOT}/lib/udev-state/devices.tar.bz2" - else - # Make sure our tarball does not get removed; update the - # timestamp so that it doesn't match CONTENTS - touch "${ROOT}/lib/udev-state/devices.tar.bz2" - fi - - # We don't want to create devices if this is not a bootstrap and devfs - # is used, as this was the cause for all the devfs problems we had - if use build || use bootstrap; then - if [[ ! -e "${ROOT}/dev/.devfsd" && ! -e "${ROOT}/dev/.udev" ]]; then - einfo "Populating /dev with device nodes..." - cd ${ROOT}/dev - if [ -f "${ROOT}/lib/udev-state/devices.tar.bz2" ]; then - tar -jxpf "${ROOT}/lib/udev-state/devices.tar.bz2" || die - else - # devices.tar.bz2 will not exist with binary packages ... - PATH="${ROOT}/sbin:${PATH}" create_dev_nodes - fi - fi - fi - - # Create /boot/boot symlink in pkg_postinst because sometimes - # /boot is a FAT filesystem. When that is the case, then the - # symlink will fail. Consequently, if we create it in - # src_install, then merge will fail. AFAIK there is no point to - # this symlink except for misconfigured grubs. See bug 50108 - # (05 May 2004 agriffis) - ln -sn . ${ROOT}/boot/boot 2>/dev/null - - # Create /etc/hosts in pkg_postinst so we don't overwrite an - # existing file during bootstrap - if [[ ! -e ${ROOT}/etc/hosts ]]; then - cp ${ROOT}/usr/share/baselayout/hosts ${ROOT}/etc - fi - - # Under what circumstances would mtab be a symlink? It would be - # nice if there were an explanatory comment here - if [[ -L ${ROOT}/etc/mtab ]]; then - rm -f "${ROOT}/etc/mtab" - if [[ ${ROOT} == / ]]; then - cp /proc/mounts "${ROOT}/etc/mtab" - else - touch "${ROOT}/etc/mtab" - fi - fi - - # We should only install empty files if these files don't already exist. - [[ -e ${ROOT}/var/log/lastlog ]] || \ - touch "${ROOT}/var/log/lastlog" - [[ -e ${ROOT}/var/run/utmp ]] || \ - install -m 0664 -g utmp /dev/null "${ROOT}/var/run/utmp" - [[ -e ${ROOT}/var/log/wtmp ]] || \ - install -m 0664 -g utmp /dev/null "${ROOT}/var/log/wtmp" - - # Touching /etc/passwd and /etc/shadow after install can be fatal, as many - # new users do not update them properly. thus remove all ._cfg files if - # we are not busy with a bootstrap. - if ! use build && ! use bootstrap; then - einfo "Removing invalid backup copies of critical config files..." - rm -f "${ROOT}"/etc/._cfg????_{passwd,shadow} - fi - - # Reload init to fix unmounting problems of / on next reboot. - # This is really needed, as without the new version of init cause init - # not to quit properly on reboot, and causes a fsck of / on next reboot. - if [[ ${ROOT} == / ]] && ! use build && ! use bootstrap; then - # Do not return an error if this fails - /sbin/init U &>/dev/null - - # Regenerate init.d dependency tree - /sbin/depscan.sh &>/dev/null - - # Regenerate /etc/modules.conf, else it will fail at next boot - einfo "Updating module dependencies..." - /sbin/modules-update force &>/dev/null - else - rm -f ${ROOT}/etc/modules.conf - fi - - # Enable shadow groups (we need ROOT=/ here, as grpconv only - # operate on / ...). - if [[ ${ROOT} == / && \ - ! -f /etc/gshadow && -x /usr/sbin/grpck && -x /usr/sbin/grpconv ]] - then - if /usr/sbin/grpck -r &>/dev/null; then - /usr/sbin/grpconv - else - echo - ewarn "Running 'grpck' returned errors. Please run it by hand, and then" - ewarn "run 'grpconv' afterwards!" - echo - fi - fi - - # This is also written in src_install (so it's in CONTENTS), but - # write it here so that the new version is immediately in the file - # (without waiting for the user to do etc-update) - rm -f ${ROOT}/etc/._cfg????_gentoo-release - echo "Gentoo Base System version ${SV}" > ${ROOT}/etc/gentoo-release - - echo - einfo "Please be sure to update all pending '._cfg*' files in /etc," - einfo "else things might break at your next reboot! You can use 'etc-update'" - einfo "to accomplish this:" - einfo - einfo " # etc-update" - echo -} diff --git a/sys-apps/baselayout/files/digest-baselayout-1.10.1 b/sys-apps/baselayout/files/digest-baselayout-1.10.1 deleted file mode 100644 index 13d43d2138af..000000000000 --- a/sys-apps/baselayout/files/digest-baselayout-1.10.1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 6ae4a8237a7e298097239e76eb7aff60 sysvinit-2.84.tar.gz 91488 -MD5 12307a32cd59a8af514684476645c8df rc-scripts-1.5.1.tar.bz2 117514 diff --git a/sys-apps/baselayout/files/digest-baselayout-1.10.1-r1 b/sys-apps/baselayout/files/digest-baselayout-1.10.1-r1 deleted file mode 100644 index 222f69102d52..000000000000 --- a/sys-apps/baselayout/files/digest-baselayout-1.10.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 12307a32cd59a8af514684476645c8df rc-scripts-1.5.1.tar.bz2 117514 diff --git a/sys-apps/baselayout/files/digest-baselayout-1.10.2 b/sys-apps/baselayout/files/digest-baselayout-1.10.2 new file mode 100644 index 000000000000..869725a41abe --- /dev/null +++ b/sys-apps/baselayout/files/digest-baselayout-1.10.2 @@ -0,0 +1 @@ +MD5 f3454de14a127d7b7bc7ac2a0695cfd5 rc-scripts-1.5.2.tar.bz2 117112 diff --git a/sys-apps/baselayout/files/digest-baselayout-1.9.4-r2 b/sys-apps/baselayout/files/digest-baselayout-1.9.4-r2 deleted file mode 100644 index 83fef49503d3..000000000000 --- a/sys-apps/baselayout/files/digest-baselayout-1.9.4-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 6ae4a8237a7e298097239e76eb7aff60 sysvinit-2.84.tar.gz 91488 -MD5 50a4484b06a87dce5e69b49da8715ed5 rc-scripts-1.4.16.tar.bz2 110599 |