summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-15 14:18:28 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-15 14:18:28 +0000
commitaa313e25b4b0631739ffb0be9a2d40cc25a2cfea (patch)
tree56524537c1832a13ce9576c91aae82749c236f50 /profiles
parentdont define PKGDIR in profiles (diff)
downloadgentoo-2-aa313e25b4b0631739ffb0be9a2d40cc25a2cfea.tar.gz
gentoo-2-aa313e25b4b0631739ffb0be9a2d40cc25a2cfea.tar.bz2
gentoo-2-aa313e25b4b0631739ffb0be9a2d40cc25a2cfea.zip
another uclibc profile
Diffstat (limited to 'profiles')
-rw-r--r--profiles/uclibc/sh/make.defaults41
-rw-r--r--profiles/uclibc/sh/parent1
2 files changed, 42 insertions, 0 deletions
diff --git a/profiles/uclibc/sh/make.defaults b/profiles/uclibc/sh/make.defaults
new file mode 100644
index 000000000000..231d62db718a
--- /dev/null
+++ b/profiles/uclibc/sh/make.defaults
@@ -0,0 +1,41 @@
+USE="sh berkdb ncurses readline zlib uclibc"
+GRP_STAGE23_USE="sh berkdb ncurses readline zlib uclibc"
+STAGE1_USE="uclibc"
+
+ARCH="sh"
+PORTAGE_LIBC="uClibc"
+ACCEPT_KEYWORDS="sh"
+
+#
+# FEATURES are settings that affect the functionality of portage. Most of
+# these settings are for developer use, but some are available to non-
+# developers as well.
+#
+# 'nodoc' remove 'doc' in the preinstall phase.
+# functionality equivalent to rm -rf usr/share/doc/
+#
+# 'noinfo' remove 'info' pages in the preinstall phase.
+# functionality equivalent to rm -rf usr/share/info/
+#
+# 'noman' remove 'man' pages in the preinstall phase.
+# functionality equivalent to rm -rf usr/share/man/
+#
+# 'sandbox' enable sandbox-ing when running emerge and ebuild
+#
+# 'sfperms' feature for security minded people that causes portage to
+# remove group+other readable bits on setuid files and
+# remove the other readable bits on setgid files.
+#
+# 'strict' causes portage to react strongly to conditions that
+# have the potential to be dangerous -- like missing or
+# incorrect Manifest files.
+#
+# 'userpriv' allows portage to drop root privleges while it is compiling
+# as a security measure, and as a side effect this can remove
+# sandbox access violations for users.
+#
+# 'usersandbox' enables sandboxing while portage is running under userpriv.
+# unpack -- for debugging purposes only.
+
+FEATURES="sandbox sfperms strict nodoc noinfo noman autoconfig"
+#FEATURES="${FEATURES} userpriv usersandbox"
diff --git a/profiles/uclibc/sh/parent b/profiles/uclibc/sh/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/uclibc/sh/parent
@@ -0,0 +1 @@
+..