malfs mekanizma guncelleme

This commit is contained in:
shamil 2016-02-26 05:22:34 +02:00
parent 08fe7f8ad3
commit 4b108f9a53
4 changed files with 11 additions and 3 deletions

View File

@ -67,6 +67,7 @@ sys/
tmp/
usr/bin/
usr/lib/
usr/lib/pkgconfig/
usr/lib64/
usr/sbin/
usr/man/
@ -79,6 +80,7 @@ usr/local/lib64/
usr/local/etc/
usr/local/share/
usr/share/
usr/share/misc/
usr/share/doc/
usr/share/locale/
usr/share/locale/tr/
@ -89,6 +91,8 @@ usr/share/man/man1/
usr/share/man/man5/
usr/share/man/tr/man1/
usr/share/man/tr/man5/
usr/share/man/man8/
usr/share/man/man7/
var/
var/lib/
var/lib/pkg/

View File

@ -67,6 +67,7 @@ sys/
tmp/
usr/bin/
usr/lib/
usr/lib/pkgconfig/
usr/lib64/
usr/sbin/
usr/man/
@ -79,6 +80,7 @@ usr/local/lib64/
usr/local/etc/
usr/local/share/
usr/share/
usr/share/misc/
usr/share/doc/
usr/share/locale/
usr/share/locale/tr/
@ -89,6 +91,8 @@ usr/share/man/man1/
usr/share/man/man5/
usr/share/man/tr/man1/
usr/share/man/tr/man5/
usr/share/man/man8/
usr/share/man/man7/
var/
var/lib/
var/lib/pkg/

View File

@ -1 +1 @@
chmod 1777 var/tmp
chmod 1777 /var/tmp

View File

@ -1,5 +1,5 @@
if [ ! -f etc/sysconfig/nfs-server ]; then
cat > etc/sysconfig/nfs-server << "EOF"
if [ ! -f /etc/sysconfig/nfs-server ]; then
cat > /etc/sysconfig/nfs-server << "EOF"
PORT="2049"
PROCESSES="8"
QUOTAS="no"