diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2006-01-17 01:00:23 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2006-01-17 01:00:23 +0000 |
commit | a6b3f56528280878606aa317392c39ce5c387e9c (patch) | |
tree | 4e78ba62ff3f7b9153d14d23a9b5e90b330c377f /profiles/selinux | |
parent | Clean up ebuild. (diff) | |
download | historical-a6b3f56528280878606aa317392c39ce5c387e9c.tar.gz historical-a6b3f56528280878606aa317392c39ce5c387e9c.tar.bz2 historical-a6b3f56528280878606aa317392c39ce5c387e9c.zip |
deprecate 2004.1 selinux profile.
Diffstat (limited to 'profiles/selinux')
-rw-r--r-- | profiles/selinux/2004.1/amd64/deprecated | 8 | ||||
-rw-r--r-- | profiles/selinux/2004.1/ppc/deprecated | 4 | ||||
-rw-r--r-- | profiles/selinux/2004.1/sparc64/deprecated | 4 | ||||
-rw-r--r-- | profiles/selinux/2004.1/x86-uclibc/deprecated | 4 | ||||
-rw-r--r-- | profiles/selinux/2004.1/x86/deprecated | 4 | ||||
-rw-r--r-- | profiles/selinux/2004.1/x86/hardened/deprecated | 4 |
6 files changed, 28 insertions, 0 deletions
diff --git a/profiles/selinux/2004.1/amd64/deprecated b/profiles/selinux/2004.1/amd64/deprecated new file mode 100644 index 000000000000..181187656eb4 --- /dev/null +++ b/profiles/selinux/2004.1/amd64/deprecated @@ -0,0 +1,8 @@ +selinux/2004.1/amd64 +Please follow the conversion guide here, doing the +upgrading by hand: + +http://www.gentoo.org/proj/en/base/amd64/howtos/2005.0-upgrade-amd64.xml + +EXCEPT when updating the profile symlink (/etc/make.profile) +point it to /usr/portage/profiles/selinux/2005.1/amd64. diff --git a/profiles/selinux/2004.1/ppc/deprecated b/profiles/selinux/2004.1/ppc/deprecated new file mode 100644 index 000000000000..04338820d8d7 --- /dev/null +++ b/profiles/selinux/2004.1/ppc/deprecated @@ -0,0 +1,4 @@ +selinux/2005.1/ppc +# cd /etc/ +# rm make.profile +# ln -s /usr/portage/profiles/selinux/2005.1/ppc make.profile diff --git a/profiles/selinux/2004.1/sparc64/deprecated b/profiles/selinux/2004.1/sparc64/deprecated new file mode 100644 index 000000000000..f0232fe14251 --- /dev/null +++ b/profiles/selinux/2004.1/sparc64/deprecated @@ -0,0 +1,4 @@ +selinux/2005.1/sparc64 +# cd /etc/ +# rm make.profile +# ln -s /usr/portage/profiles/selinux/2005.1/sparc64 make.profile diff --git a/profiles/selinux/2004.1/x86-uclibc/deprecated b/profiles/selinux/2004.1/x86-uclibc/deprecated new file mode 100644 index 000000000000..5fb729c8bf9d --- /dev/null +++ b/profiles/selinux/2004.1/x86-uclibc/deprecated @@ -0,0 +1,4 @@ +selinux/2005.1/x86-uclibc +# cd /etc/ +# rm make.profile +# ln -s /usr/portage/profiles/selinux/2005.1/x86-uclibc make.profile diff --git a/profiles/selinux/2004.1/x86/deprecated b/profiles/selinux/2004.1/x86/deprecated new file mode 100644 index 000000000000..70d9fe01955e --- /dev/null +++ b/profiles/selinux/2004.1/x86/deprecated @@ -0,0 +1,4 @@ +selinux/2005.1/x86 +# cd /etc/ +# rm make.profile +# ln -s /usr/portage/profiles/selinux/2005.1/x86 make.profile diff --git a/profiles/selinux/2004.1/x86/hardened/deprecated b/profiles/selinux/2004.1/x86/hardened/deprecated new file mode 100644 index 000000000000..589cb39035b1 --- /dev/null +++ b/profiles/selinux/2004.1/x86/hardened/deprecated @@ -0,0 +1,4 @@ +selinux/2005.1/x86/hardened +# cd /etc/ +# rm make.profile +# ln -s /usr/portage/profiles/selinux/2005.1/x86/hardened make.profile |