maybe chmod 0644 'env.d/50ncurses'
maybe chmod 0644 'env.d/70less'
maybe chmod 0644 'env.d/98ca-certificates'
+maybe chmod 0644 'env.d/99editor'
maybe chmod 0644 'env.d/99gentoolkit-env'
maybe chmod 0755 'env.d/binutils'
maybe chmod 0644 'env.d/binutils/config-x86_64-pc-linux-gnu'
maybe chmod 0644 'pam.d/userdel'
maybe chmod 0644 'pam.d/usermod'
maybe chmod 0644 'passwd'
-maybe chmod 0600 'passwd-'
+maybe chmod 0644 'passwd-'
maybe chmod 0755 'php'
maybe chmod 0755 'php/apache2-php5.6'
maybe chmod 0755 'php/apache2-php5.6/ext'
setenv CONFIG_PROTECT '/usr/share/gnupg/qualified.txt'
setenv CONFIG_PROTECT_MASK '/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/terminfo /etc/ca-certificates.conf /etc/revdep-rebuild'
+setenv EDITOR '/usr/bin/vi'
setenv GCC_SPECS ''
setenv GUILE_LOAD_PATH '/usr/share/guile/1.8'
setenv INFOPATH '/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.25.1/info'
--- /dev/null
+# Configuration file for eselect
+# This file has been automatically generated.
+EDITOR="/usr/bin/vi"
#daily
# keep 4 weeks worth of backlogs.
-rotate 4
+rotate 10
+maxage 365
# create new (empty) log files after rotating old ones.
create
# use date as a suffix of the rotated file.
dateext
+dateformat -%Y-%m-%d_%H-%M
# compress rotated log files.
compress
# no packages own wtmp and btmp -- we'll rotate them here.
/var/log/wtmp {
+ missingok
monthly
create 0664 root utmp
minsize 1M
- rotate 1
+ rotate 12
}
/var/log/btmp {
missingok
monthly
create 0600 root utmp
- rotate 1
+ minsize 1M
+ rotate 12
}
# system-specific logs may be also be configured here.
# Contributes by Chuck Short
#
/var/log/apache2/*log {
+ daily
+ rotate 14
missingok
notifempty
sharedscripts
+ size 4M
postrotate
/etc/init.d/apache2 reload > /dev/null 2>&1 || true
endscript
# endscript
#}
+/var/log/syslog /var/log/messages {
+ rotate 7
+ daily
+ missingok
+ notifempty
+ compress
+ delaycompress
+ dateext
+ size 4M
+ olddir /var/log/.old
+ sharedscripts
+ postrotate
+ test -r /run/rsyslogd.pid && kill -HUP $(cat /run/rsyslogd.pid) &>/dev/null
+ endscript
+}
+
+/var/log/all.log
/var/log/auth.log
/var/log/cron.log
/var/log/daemon.log
+/var/log/debug.log
/var/log/kern.log
/var/log/lpr.log
/var/log/mail.log
/var/log/news.log
/var/log/user.log
-/var/log/debug.log
/var/log/messages
{
rotate 4
notifempty
compress
delaycompress
+ dateext
+ size 4M
+ olddir /var/log/.old
sharedscripts
postrotate
test -r /run/rsyslogd.pid && kill -HUP $(cat /run/rsyslogd.pid) &>/dev/null
endscript
}
+
+/var/log/syslog.d/*.log {
+ rotate 10
+ weekly
+ missingok
+ notifempty
+ size 4M
+ delaycompress
+ dateext
+ compress
+ olddir /var/log/syslog.d/.old
+ sharedscripts
+ postrotate
+ test -r /run/rsyslogd.pid && kill -HUP $(cat /run/rsyslogd.pid) &>/dev/null
+ endscript
+}
+
+# vim: ts=4 filetype=conf et
-root:x:0:0:root:/root:/bin/bash
+root:x:0:0:root Berta:/root:/bin/bash
bin:x:1:1:bin:/bin:/bin/false
daemon:x:2:2:daemon:/sbin:/bin/false
adm:x:3:4:adm:/var/adm:/bin/false
apache:x:81:81:added by portage for apache:/var/www:/sbin/nologin
nullmail:x:88:88:added by portage for nullmailer:/var/nullmailer:/sbin/nologin
mail:x:8:12:added by portage for mailbase:/var/spool/mail:/sbin/nologin
+postmaster:x:14:237:added by portage for mailbase:/var/spool/mail:/sbin/nologin
export CONFIG_PROTECT='/usr/share/gnupg/qualified.txt'
export CONFIG_PROTECT_MASK='/etc/gentoo-release /etc/sandbox.d /etc/php/cli-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/terminfo /etc/ca-certificates.conf /etc/revdep-rebuild'
+export EDITOR='/usr/bin/vi'
export GCC_SPECS=''
export GUILE_LOAD_PATH='/usr/share/guile/1.8'
export INFOPATH='/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.25.1/info'