diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-02-06 01:47:35 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-02-06 01:47:35 +0000 |
commit | cfe62440d002458df89f92a61fa7dec4bc5b98b4 (patch) | |
tree | c3cb4a2826271e14ef2bdde91f2a5c36aaefc304 /sys-apps/baselayout | |
parent | first commit of rc-scripts.tar.bz2 (diff) | |
download | gentoo-2-cfe62440d002458df89f92a61fa7dec4bc5b98b4.tar.gz gentoo-2-cfe62440d002458df89f92a61fa7dec4bc5b98b4.tar.bz2 gentoo-2-cfe62440d002458df89f92a61fa7dec4bc5b98b4.zip |
new release
Diffstat (limited to 'sys-apps/baselayout')
-rw-r--r-- | sys-apps/baselayout/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/baselayout/baselayout-1.7.1.ebuild (renamed from sys-apps/baselayout/baselayout-1.7.0.ebuild) | 59 | ||||
-rw-r--r-- | sys-apps/baselayout/files/digest-baselayout-1.7.0 | 2 | ||||
-rw-r--r-- | sys-apps/baselayout/files/digest-baselayout-1.7.1 | 1 |
4 files changed, 40 insertions, 30 deletions
diff --git a/sys-apps/baselayout/ChangeLog b/sys-apps/baselayout/ChangeLog index 6700b0f1c199..6d0de76c1675 100644 --- a/sys-apps/baselayout/ChangeLog +++ b/sys-apps/baselayout/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/baselayout # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.1 2002/02/01 21:53:36 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.2 2002/02/06 01:47:35 azarah Exp $ + +*baselayout-1.7.1 (6 Feb 2002) + + 6 Feb 2002; M.Schlemmer <azarah@gentoo.org> baselayout-1.7.1.ebuild : + + Move rc-scripts.tar.bz2 to CVS. Remove forcefull install of /etc/devfsd.conf. *baselayout-1.7.0-r1 (1 Feb 2002) diff --git a/sys-apps/baselayout/baselayout-1.7.0.ebuild b/sys-apps/baselayout/baselayout-1.7.1.ebuild index ff7172bb0645..d56e234da600 100644 --- a/sys-apps/baselayout/baselayout-1.7.0.ebuild +++ b/sys-apps/baselayout/baselayout-1.7.1.ebuild @@ -1,22 +1,25 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.7.0.ebuild,v 1.1 2002/01/19 04:57:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/baselayout-1.7.1.ebuild,v 1.1 2002/02/06 01:47:35 azarah Exp $ -SV=1.2.4 +SV=1.2.6 #sysvinit version SVIV=2.83 S=${WORKDIR}/rc-scripts-${SV} S2=${WORKDIR}/sysvinit-${SVIV}/src DESCRIPTION="Base layout for Gentoo Linux filesystem (incl. initscripts and sysvinit)" -SRC_URI="http://www.ibiblio.org/gentoo/distfiles/rc-scripts-${SV}.tar.bz2 - ftp://metalab.unc.edu/pub/Linux/system/daemons/init/sysvinit-${SVIV}.tar.gz" +SRC_URI="ftp://metalab.unc.edu/pub/Linux/system/daemons/init/sysvinit-${SVIV}.tar.gz" +# http://www.ibiblio.org/gentoo/distfiles/rc-scripts-${SV}.tar.bz2" HOMEPAGE="http://www.gentoo.org" #This ebuild needs to be merged "live". You can't simply make a package of it and merge it later. src_unpack() { unpack ${A} + + echo ">>> Unpacking rc-scripts-${SV}.tar.bz2" + tar -jxf ${FILESDIR}/rc-scripts-${SV}.tar.bz2 #fix CFLAGS for sysvinit stuff cd ${S2} @@ -92,7 +95,7 @@ src_install() keepdir /var /var/run /var/lock/subsys dosym ../var/tmp /usr/tmp -keepdir /home + keepdir /home keepdir /usr/include /usr/src /usr/portage /usr/X11R6/include/GL dosym ../X11R6/include/X11 /usr/include/X11 dosym ../X11R6/include/GL /usr/include/GL @@ -124,7 +127,8 @@ keepdir /home #end FHS compatibility symlinks stuff doman ${FILESDIR}/MAKEDEV.8 ${S}/man/* - dodoc ${FILESDIR}/copyright + dodoc ${FILESDIR}/copyright + dodoc ${S}/ChangeLog keepdir /usr/X11R6/lib /usr/X11R6/man keepdir /var/log/news @@ -288,7 +292,7 @@ pkg_postinst() { #we create the /boot directory here so that /boot doesn't get deleted when a previous #baselayout is unmerged with /boot unmounted. install -d ${ROOT}/boot - dosym . ${ROOT}/boot/boot + ln -sf . ${ROOT}/boot/boot >/dev/null 2>/dev/null #we create this here so we don't overwrite an existing /etc/hosts during bootstrap if [ ! -e ${ROOT}/etc/hosts ] then @@ -336,25 +340,26 @@ EOF fi fi - #force update of /etc/devfsd.conf - #just until everybody upgrade that is ... - if [ -e /etc/devfsd.conf ] - then - mv /etc/devfsd.conf /etc/devfsd.conf.old - install -m0644 ${S}/etc/devfsd.conf /etc/devfsd.conf - - echo - echo "*********************************************************" - echo "* This release use a new form of /dev management, so *" - echo "* /etc/devfsd.conf have moved from the devfsd package *" - echo "* to this one. Any old versions will be renamed to *" - echo "* /etc/devfsd.conf.old. Please verify that it actually *" - echo "* do not save your settings before adding entries, and *" - echo "* if you really need to, just add missing entries and *" - echo "* try not to delete lines from the new devfsd.conf. *" - echo "*********************************************************" - echo - fi +#it should be ok now, and gets irritating to revert my changes all the time ;/ +# #force update of /etc/devfsd.conf +# #just until everybody upgrade that is ... +# if [ -e /etc/devfsd.conf ] +# then +# mv /etc/devfsd.conf /etc/devfsd.conf.old +# install -m0644 ${S}/etc/devfsd.conf /etc/devfsd.conf +# +# echo +# echo "*********************************************************" +# echo "* This release use a new form of /dev management, so *" +# echo "* /etc/devfsd.conf have moved from the devfsd package *" +# echo "* to this one. Any old versions will be renamed to *" +# echo "* /etc/devfsd.conf.old. Please verify that it actually *" +# echo "* do not save your settings before adding entries, and *" +# echo "* if you really need to, just add missing entries and *" +# echo "* try not to delete lines from the new devfsd.conf. *" +# echo "*********************************************************" +# echo +# fi #restart devfsd #we dont want to restart devfsd when bootstrapping, because it will diff --git a/sys-apps/baselayout/files/digest-baselayout-1.7.0 b/sys-apps/baselayout/files/digest-baselayout-1.7.0 deleted file mode 100644 index e09e77f353a5..000000000000 --- a/sys-apps/baselayout/files/digest-baselayout-1.7.0 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9136588060668492cf9ed7b5f4cc3bf7 rc-scripts-1.2.4.tar.bz2 47800 -MD5 b534cbb5bfdd1ed0fb08ec10757dd741 sysvinit-2.83.tar.gz 90334 diff --git a/sys-apps/baselayout/files/digest-baselayout-1.7.1 b/sys-apps/baselayout/files/digest-baselayout-1.7.1 new file mode 100644 index 000000000000..61806b06ce6f --- /dev/null +++ b/sys-apps/baselayout/files/digest-baselayout-1.7.1 @@ -0,0 +1 @@ +MD5 b534cbb5bfdd1ed0fb08ec10757dd741 sysvinit-2.83.tar.gz 90334 |