Compare commits

...

No commits in common. "v963" and "v961" have entirely different histories.
v963 ... v961

7 changed files with 6 additions and 80 deletions

View File

@ -1 +1,3 @@
/lib
/usr/lib
/usr/local/lib

View File

@ -1,70 +0,0 @@
#
# /etc/nscd.conf
#
# An example Name Service Cache config file. This file is needed by nscd.
#
# Legal entries are:
#
# logfile <file>
# debug-level <level>
# threads <initial #threads to use>
# max-threads <maximum #threads to use>
# server-user <user to run server as instead of root>
# server-user is ignored if nscd is started with -S parameters
# stat-user <user who is allowed to request statistics>
# reload-count unlimited|<number>
# paranoia <yes|no>
# restart-interval <time in seconds>
#
# enable-cache <service> <yes|no>
# positive-time-to-live <service> <time in seconds>
# negative-time-to-live <service> <time in seconds>
# suggested-size <service> <prime number>
# check-files <service> <yes|no>
# persistent <service> <yes|no>
# shared <service> <yes|no>
# max-db-size <service> <number bytes>
# auto-propagate <service> <yes|no>
#
# Currently supported cache names (services): passwd, group, hosts
#
# logfile /var/log/nscd.log
# threads 6
# max-threads 128
server-user nscd
# stat-user nocpulse
debug-level 0
# reload-count 5
paranoia no
# restart-interval 3600
enable-cache passwd yes
positive-time-to-live passwd 600
negative-time-to-live passwd 20
suggested-size passwd 211
check-files passwd yes
persistent passwd yes
shared passwd yes
max-db-size passwd 33554432
auto-propagate passwd yes
enable-cache group yes
positive-time-to-live group 3600
negative-time-to-live group 60
suggested-size group 211
check-files group yes
persistent group yes
shared group yes
max-db-size group 33554432
auto-propagate group yes
enable-cache hosts yes
positive-time-to-live hosts 3600
negative-time-to-live hosts 20
suggested-size hosts 211
check-files hosts yes
persistent hosts yes
shared hosts yes
max-db-size hosts 33554432

View File

@ -4,5 +4,4 @@ daemon:x:2:6:daemon:/sbin:/bin/bash
lp:x:4:9:daemon:/sbin:/bin/bash
man:x:13:2:man:/var/catman:/bin/bash
ftp:x:40:2:ftp:/pub/Filebase:/bin/bash
nscd:x:58:2:nscd:/var/db/nscd:/bin/bash
nobody:x:65534:65534:nobody:/tmp:/bin/bash

View File

@ -4,5 +4,4 @@ daemon:*:11144:0:10000::::
lp:*:11144:0:10000::::
man:*:11144:0:10000::::
ftp:*:11144:0:10000::::
nscd:*:11144:0:10000::::
nobody:*:11144:0:10000::::

View File

@ -31,5 +31,7 @@ done
chmod 755 etc/profile
chmod 400 etc/shadow
if [ -d /lib64 ]; then
echo "/lib64" >>etc/ld.so.conf
echo "/usr/lib64" >>etc/ld.so.conf
echo "/usr/local/lib64" >>etc/ld.so.conf
fi

View File

@ -22,5 +22,5 @@
#.bash_profile hinzugefügt. CFLAGS und CXXFLAGS auf pentium optimiert (-O3)
#
#
PATH=$PATH:/sbin:/usr/sbin:/usr/X11R7/sbin
PATH=$PATH:/sbin:/usr/sbin
export CFLAGS CXXFLAGS PATH

View File

@ -296,14 +296,8 @@ fi
echo "none /proc proc" >>$ROOTDIR/tmp/fstab
echo "none /proc/bus/usb usbfs" >>$ROOTDIR/tmp/fstab
echo "none /dev/pts devpts gid=4,mode=620" >>$ROOTDIR/tmp/fstab
echo "none /tmp tmpfs" >>$ROOTDIR/tmp/fstab
echo "none /dev/shm tmpfs mode=1777" >>$ROOTDIR/tmp/fstab
if [ ! -z "$FSTABENTRY" ]; then
sed "s/\\$INSTROOT /\/ /" $ROOTDIR/tmp/fstab \
|sed "s/\\$INSTROOT//" >$ROOTDIR/etc/fstab
fi
rm $ROOTDIR/tmp/fstab
mkdir -p /var/db/nscd
mkdir -p /var/run/nscd
chown nscd:sys /var/db/nscd
chown nscd:sys /var/run/nscd
#rm $ROOTDIR/tmp/fstab