- remove unneeded files and dirs
This commit is contained in:
Stephan Raue 2009-12-21 05:41:22 +01:00
parent f0614e9f06
commit 3505cde5f2
3 changed files with 0 additions and 113 deletions

View File

@ -1,19 +0,0 @@
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.
passwd: compat
group: compat
shadow: compat
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis

View File

@ -1,66 +0,0 @@
# This file sets default values for all option group variables
# mentioned in option-groups.def; see that file for a description of
# each option group.
#
# Subdirectory makefiles include this file before including the user's
# settings from option-groups.config at the top of the build tree;
# that file need only refer to those options whose default settings
# are to be changed.
#
# By default, all option groups are enabled.
OPTION_EGLIBC_ADVANCED_INET6 = n
#+++
OPTION_EGLIBC_BACKTRACE = n
OPTION_EGLIBC_BIG_MACROS = n
OPTION_EGLIBC_BSD = n
OPTION_EGLIBC_CXX_TESTS = y
OPTION_EGLIBC_CATGETS = n
OPTION_EGLIBC_CHARSETS = n
#+++
OPTION_EGLIBC_DB_ALIASES = n
OPTION_EGLIBC_ENVZ = y
OPTION_EGLIBC_FCVT = y
OPTION_EGLIBC_FMTMSG = y
OPTION_EGLIBC_FSTAB = y
OPTION_EGLIBC_FTRAVERSE = y
# needed by PAM
OPTION_EGLIBC_GETLOGIN = y
OPTION_EGLIBC_INET = y
OPTION_EGLIBC_LIBM = y
OPTION_EGLIBC_LOCALES = n
# needed by glib
OPTION_EGLIBC_LOCALE_CODE = y
OPTION_EGLIBC_MEMUSAGE = y
#+++
OPTION_EGLIBC_NIS = y
OPTION_EGLIBC_NSSWITCH = y
OPTION_EGLIBC_RCMD = n
OPTION_EGLIBC_SPAWN = y
OPTION_EGLIBC_STREAMS = y
OPTION_EGLIBC_SUNRPC = y
# needed by PAM
OPTION_EGLIBC_UTMP = y
OPTION_EGLIBC_UTMPX = n
OPTION_EGLIBC_WORDEXP = y
OPTION_POSIX_C_LANG_WIDE_CHAR = y
# needed by busyboxs sed:
OPTION_POSIX_REGEXP = y
#---
OPTION_POSIX_REGEXP_GLIBC = n
OPTION_POSIX_WIDE_CHAR_DEVICE_IO = y

View File

@ -1,28 +0,0 @@
#!/bin/sh
. config/options
EGLIBC=`ls -d $PKG_BUILD`
PKG_DIR=`find $PACKAGES -type d -name $1`
cp $PKG_DIR/config/option-groups.defaults $EGLIBC
echo "OPTION_EGLIBC_ADVANCED_INET6 = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_BACKTRACE = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_BIG_MACROS = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_BSD = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_CXX_TESTS = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_CATGETS = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_CHARSETS = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_CRYPT = y" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_CRYPT_UFC = y" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_DB_ALIASES = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_ENVZ = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_FCVT = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_FMTMSG = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_FSTAB = y" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_LIBM_BIG = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_LOCALES = n" >> $EGLIBC/eglibc.config
echo "OPTION_EGLIBC_LOCALE_CODE = n" >> $EGLIBC/eglibc.config