diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-04-20 11:47:10 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-04-20 11:47:10 +0000 |
commit | 06397c17e00ee54f92aea1f22b6b576a691e598b (patch) | |
tree | ee1a990cd74e43e4797df5a3691c4a49e3f04409 /sys-apps/baselayout-vserver/files | |
parent | added baselayout-vserver (diff) | |
download | historical-06397c17e00ee54f92aea1f22b6b576a691e598b.tar.gz historical-06397c17e00ee54f92aea1f22b6b576a691e598b.tar.bz2 historical-06397c17e00ee54f92aea1f22b6b576a691e598b.zip |
initial version
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps/baselayout-vserver/files')
-rw-r--r-- | sys-apps/baselayout-vserver/files/copyright | 45 | ||||
-rw-r--r-- | sys-apps/baselayout-vserver/files/digest-baselayout-vserver-1.0 | 2 | ||||
-rw-r--r-- | sys-apps/baselayout-vserver/files/vserver-changes | 87 |
3 files changed, 134 insertions, 0 deletions
diff --git a/sys-apps/baselayout-vserver/files/copyright b/sys-apps/baselayout-vserver/files/copyright new file mode 100644 index 000000000000..2bdf95eb73a1 --- /dev/null +++ b/sys-apps/baselayout-vserver/files/copyright @@ -0,0 +1,45 @@ +This package is maintained for Debian by Bdale Garbee, <bdale@gag.com>. + +It was downloaded from ftp.redhat.com, as a source .rpm from the 5.1 release +tree. + +Copyright: + +No explicit copyright is asserted. Nick Holloway is the earliest author +recorded in the sourcecode. I queried him for an explicit statement +regarding the license status of this work, and this is his reply: + + Date: Tue, 21 Jul 1998 19:57:10 +0100 + From: Nick Holloway <Nick.Holloway@alfie.demon.co.uk> + Message-Id: <199807211857.TAA19068@alfie.demon.co.uk> + To: Bdale Garbee <bdale@gag.com> + Subject: Re: makedev license? + + > I maintain the makedev package for Debian GNU/Linux. I am about to move + > from the ill-fated makedev-1.6 to the makedev-2.3.1 derived from your work + > by the folks at Redhat. I don't see any evidence of a copyright assertion + > or explicit license statement in the source. Your name appears to be the + > earliest attached to the current sourcecode. Am I correct in assuming the + > GPL? We try to be meticulous about having our base system be compliant + > with our Debian Free Software Guidelines, so I'd like an explicit statement. + + It was never explictly released as GPL, as that would have required + including the file COPYING which would have been much larger than the + actual MAKEDEV script (I was also too lazy to find out what incantations + needed to be made). However, it is intended to be used as anyone sees + fit, and the statement under "Copying Policy" is "Freely Redistributable" + (see MAKEDEV.lsm from any of the releases I made). + + The more recent modifications were done by Michael K. Johnson at + Redhat. I think the understanding was that he would be taking over the + maintenance of MAKEDEV (our discussion took place last September). + + The only previous history was (according to an old posting to + comp.os.linux) that I started with Jim Winstead's script. + + So, as far as I am concerned, it is consistentwith the Debian FSG. + + -- + `O O' | Home: Nick.Holloway@alfie.demon.co.uk http://www.alfie.demon.co.uk/ + // ^ \\ | Work: Nick.Holloway@parallax.co.uk + diff --git a/sys-apps/baselayout-vserver/files/digest-baselayout-vserver-1.0 b/sys-apps/baselayout-vserver/files/digest-baselayout-vserver-1.0 new file mode 100644 index 000000000000..768ff4ef6930 --- /dev/null +++ b/sys-apps/baselayout-vserver/files/digest-baselayout-vserver-1.0 @@ -0,0 +1,2 @@ +MD5 afa07a4242fab5d085813c8e97a43345 rc-scripts-1.7.0.tar.bz2 162694 +MD5 0b1e8979419aff03e1c44671b1f2a8bd rc-scripts-1.7.0-vserver.patch 333240 diff --git a/sys-apps/baselayout-vserver/files/vserver-changes b/sys-apps/baselayout-vserver/files/vserver-changes new file mode 100644 index 000000000000..9156cdffb70b --- /dev/null +++ b/sys-apps/baselayout-vserver/files/vserver-changes @@ -0,0 +1,87 @@ +* bin/bashlogin + removed, only used by livecds + +* bin/rc-status + removed handling of single runlevel + +* etc/conf.d + removed config for init scripts (clock, crypto-loop + net, wireless) + +* etc/modules* + removed, no modules in vservers + +* etc/ppp + Removed + +* etc/inittab + removed tty handling, ctrlaltdel and X + commented runlevel 1 and 2 + +* etc/profile + fixed bashrc path + +* etc/rc, etc/conf.d/rc + removed unused config options + +* etc/sysctl.conf + commented all options + +* etc/init.d + removed init scripts unusable in vservers: + - checkfs + - checkroot + - clock + - consolefont + - crypto-loop + - localmount + - modules + - net* + - numlock + +* etc/bootmisc + fixed depend, removed dmesg (no permission) + +* etc/{domainname,hostname,rmnologin,urandom} + fixed depend + +* etc/halt.sh + removed misc stuff (mount, devfs, ups) + +* etc/keymaps + fixed depend, removed terminal encodings (we have no terminals) + +* etc/{reboot.sh,shutdown.sh} + removed stopping of interfaces + added forced reboot (no initctl in vservers with init style = "gentoo") (TODO: remove gentoo init style) + +* lib/ + removed (only net.* helpers in here) + +* man/modules* + removed, no modules in vservers + +* rc-lists/{boot,default} + removed unusable init scripts + +* rc-lists/nonetwork + removed, runlevel does not exist in vservers + +* sbin/MAKEDEV + added minimal vserver devices + +* sbin/functions + removed unused functions and options + +* sbin/{livecd-functions.sh,modules-update} + removed, not needed + +* sbin/rc-services + removed unused functions + +* sbin/rc + removed incompatibilities with vservers + +* sbin/runscript.sh + removed handling of net.* init scripts + removed single runlevel |