]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
Current state
authorFrank Brehm <frank@brehm-online.com>
Mon, 5 Jan 2015 15:03:32 +0000 (16:03 +0100)
committerFrank Brehm <frank@brehm-online.com>
Mon, 5 Jan 2015 15:03:32 +0000 (16:03 +0100)
29 files changed:
.etckeeper
config-archive/etc/logrotate.conf
config-archive/etc/logrotate.conf.1 [new file with mode: 0644]
config-archive/etc/logrotate.conf.dist.new [new file with mode: 0644]
eselect/postgresql/active.links
eselect/postgresql/slots/9.3/base
eselect/postgresql/slots/9.3/docs [deleted file]
eselect/postgresql/slots/9.3/server [deleted file]
fonts/conf.avail/10-no-sub-pixel.conf
fonts/conf.avail/30-metric-aliases.conf
fonts/conf.avail/30-urw-aliases.conf
fonts/conf.avail/45-latin.conf
fonts/conf.d/10-scale-bitmap-fonts.conf
fonts/conf.d/README
fonts/fonts.conf
init.d/ntpd
init.d/pydoc-2.7
logrotate.conf
logrotate.conf.orig [new file with mode: 0644]
mc/mc.default.keymap
mc/mc.emacs.keymap
mc/mc.ext
mc/mc.keymap
mc/mc.menu
mc/mc.menu.sr
mc/mcedit.menu
portage/package.use
postgresql-9.3/.keep_dev-db_postgresql-base-9.3 [deleted file]
postgresql-9.3/psqlrc [new file with mode: 0644]

index 32cbf14282f96365d7697bb67fbf342b9ec1dc4f..d86c43423c09ff1838a4bc4d59f8159c23e5cb77 100755 (executable)
@@ -379,7 +379,9 @@ maybe chmod 0644 'config-archive/etc/layman/layman.cfg.dist'
 maybe chmod 0440 'config-archive/etc/ldap.conf.sudo'
 maybe chmod 0440 'config-archive/etc/ldap.conf.sudo.dist'
 maybe chmod 0644 'config-archive/etc/logrotate.conf'
+maybe chmod 0644 'config-archive/etc/logrotate.conf.1'
 maybe chmod 0644 'config-archive/etc/logrotate.conf.dist'
+maybe chmod 0644 'config-archive/etc/logrotate.conf.dist.new'
 maybe chmod 0755 'config-archive/etc/logrotate.d'
 maybe chmod 0644 'config-archive/etc/logrotate.d/clamav'
 maybe chmod 0644 'config-archive/etc/logrotate.d/clamav.dist'
@@ -808,8 +810,6 @@ maybe chmod 0644 'eselect/postgresql/active.links93'
 maybe chmod 0755 'eselect/postgresql/slots'
 maybe chmod 0755 'eselect/postgresql/slots/9.3'
 maybe chmod 0644 'eselect/postgresql/slots/9.3/base'
-maybe chmod 0644 'eselect/postgresql/slots/9.3/docs'
-maybe chmod 0644 'eselect/postgresql/slots/9.3/server'
 maybe chmod 0644 'etc-update.conf'
 maybe chmod 0755 'etckeeper'
 maybe chmod 0755 'etckeeper/commit.d'
@@ -1241,6 +1241,7 @@ maybe chmod 0644 'locale.gen'
 maybe chmod 0644 'localtime'
 maybe chmod 0644 'login.defs'
 maybe chmod 0644 'logrotate.conf'
+maybe chmod 0644 'logrotate.conf.orig'
 maybe chmod 0755 'logrotate.d'
 maybe chmod 0644 'logrotate.d/.keep_app-admin_logrotate-0'
 maybe chmod 0644 'logrotate.d/apache2'
@@ -1576,7 +1577,6 @@ maybe chmod 0640 'postfix/postgrey_whitelist_recipients'
 maybe chmod 0600 'postfix/saslpass'
 maybe chmod 0644 'postfix/smtp_auth'
 maybe chmod 0755 'postgresql-9.3'
-maybe chmod 0644 'postgresql-9.3/.keep_dev-db_postgresql-base-9.3'
 maybe chown 'postgres' 'postgresql-9.3/pg_hba.conf'
 maybe chgrp 'postgres' 'postgresql-9.3/pg_hba.conf'
 maybe chmod 0600 'postgresql-9.3/pg_hba.conf'
@@ -1586,6 +1586,7 @@ maybe chmod 0600 'postgresql-9.3/pg_ident.conf'
 maybe chown 'postgres' 'postgresql-9.3/postgresql.conf'
 maybe chgrp 'postgres' 'postgresql-9.3/postgresql.conf'
 maybe chmod 0600 'postgresql-9.3/postgresql.conf'
+maybe chmod 0644 'postgresql-9.3/psqlrc'
 maybe chmod 0644 'procmailrc'
 maybe chmod 0644 'profile'
 maybe chmod 0755 'profile.d'
index 3968f20b75112f55342e8fdfe4ce1bc2aab45b1f..41dfc3a566c9e95879085e8ccf61685334564801 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.3 2008/12/24 20:49:10 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.5 2013/05/18 09:41:04 nimiux Exp $
 #
 # Logrotate default configuration file for Gentoo Linux
 #
@@ -34,7 +34,7 @@ missingok
 # packages can drop log rotation information into this directory
 include /etc/logrotate.d
 
-# no packages own lastlog or wtmp -- we'll rotate them here
+# no packages own wtmp and btmp -- we'll rotate them here
 /var/log/wtmp {
     monthly
     create 0664 root utmp
diff --git a/config-archive/etc/logrotate.conf.1 b/config-archive/etc/logrotate.conf.1
new file mode 100644 (file)
index 0000000..3968f20
--- /dev/null
@@ -0,0 +1,52 @@
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.3 2008/12/24 20:49:10 dang Exp $
+#
+# Logrotate default configuration file for Gentoo Linux
+#
+# See "man logrotate" for details
+
+# rotate log files weekly
+weekly
+#daily
+
+# keep 4 weeks worth of backlogs
+#rotate 4
+rotate 10
+maxage 2y
+
+# create new (empty) log files after rotating old ones
+create
+
+# use date as a suffix of the rotated file
+dateext
+
+tabooprefix    \.
+
+# uncomment this if you want your log files compressed
+compress
+
+notifempty
+#nomail
+noolddir
+
+# is it okay, if a logfile doesn't exists ?
+missingok
+
+# packages can drop log rotation information into this directory
+include /etc/logrotate.d
+
+# no packages own lastlog or wtmp -- we'll rotate them here
+/var/log/wtmp {
+    monthly
+    create 0664 root utmp
+    size=4096K
+    rotate 12
+}
+
+/var/log/btmp {
+    missingok
+    monthly
+    create 0600 root utmp
+    rotate 12
+}
+
+# system-specific logs may be also be configured here.
diff --git a/config-archive/etc/logrotate.conf.dist.new b/config-archive/etc/logrotate.conf.dist.new
new file mode 100644 (file)
index 0000000..4a5184a
--- /dev/null
@@ -0,0 +1,43 @@
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.6 2014/07/07 09:55:32 nimiux Exp $
+#
+# Default logrotate(8) configuration file for Gentoo Linux.
+# See "man logrotate" for details.
+
+# rotate log files weekly.
+weekly
+#daily
+
+# keep 4 weeks worth of backlogs.
+rotate 4
+
+# create new (empty) log files after rotating old ones.
+create
+
+# use date as a suffix of the rotated file.
+dateext
+
+# compress rotated log files.
+compress
+
+notifempty
+nomail
+noolddir
+
+# packages can drop log rotation information into this directory.
+include /etc/logrotate.d
+
+# no packages own wtmp and btmp -- we'll rotate them here.
+/var/log/wtmp {
+    monthly
+    create 0664 root utmp
+    minsize 1M
+    rotate 1
+}
+/var/log/btmp {
+    missingok
+    monthly
+    create 0600 root utmp
+    rotate 1
+}
+
+# system-specific logs may be also be configured here.
index 4b603812e6a1d8ccd02dd04b886b0494e32dc10d..57e4eaa948017faf2c68a1572aac16deb749f71b 100644 (file)
@@ -7,22 +7,16 @@ usr/include/postgres_ext.h
 usr/lib64/postgresql
 usr/lib64/libecpg_compat.so.3.5
 usr/lib64/libecpg_compat.so
-usr/lib64/libpgport.a
 usr/lib64/libecpg.so.6
 usr/lib64/libecpg.so.6.5
 usr/lib64/libpqwalreceiver.so
 usr/lib64/libpgtypes.so
-usr/lib64/libecpg.a
-usr/lib64/libpgcommon.a
 usr/lib64/libpgtypes.so.3.4
-usr/lib64/libpgtypes.a
 usr/lib64/libpq.so
-usr/lib64/libpq.a
 usr/lib64/libpq.so.5.6
 usr/lib64/libecpg.so
 usr/lib64/libecpg_compat.so.3
 usr/lib64/libpgtypes.so.3
-usr/lib64/libecpg_compat.a
 usr/lib64/libpq.so.5
 usr/bin/pg_ctl
 usr/bin/psql
index 7d4a07f958e03af9476c274fe09501a42d8ba412..d7f0fd8387046df0a395ed0a1f9ef3ed367dd842 100644 (file)
@@ -1 +1 @@
-postgres_ebuilds="${postgres_ebuilds} postgresql-base-9.3.5"
+postgres_ebuilds="${postgres_ebuilds} postgresql-9.3.5-r2"
diff --git a/eselect/postgresql/slots/9.3/docs b/eselect/postgresql/slots/9.3/docs
deleted file mode 100644 (file)
index 41c7233..0000000
+++ /dev/null
@@ -1 +0,0 @@
-postgres_ebuilds="${postgres_ebuilds} postgresql-docs-9.3.5"
diff --git a/eselect/postgresql/slots/9.3/server b/eselect/postgresql/slots/9.3/server
deleted file mode 100644 (file)
index c2a9ed2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-postgres_ebuilds="${postgres_ebuilds} postgresql-server-9.3.5"
index cf124656176032f3d7e852b06aff6e19fd4a2dcd..635847c404490b3b8af6c3717d0bbfaa22c87166 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>
-<!--  Enable sub-pixel rendering --> 
+<!--  Disable sub-pixel rendering --> 
   <match target="pattern">
     <!--
       This configuration is available on the major desktop environments.
index f25052a299fec09c1377855834273cac3e2c2953..08c8ba328f5cb418cb15001ec25b43742c305bbd 100644 (file)
@@ -2,57 +2,49 @@
 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
 <fontconfig>
 
-       <!-- Alias similar/metric-compatible families from various sources:
-
-               PostScript fonts:
-                       Helvetica
-                       Times
-                       Courier
-               URW fonts:
-                       Nimbus Sans L
-                       Nimbus Roman No9 L
-                       Nimbus Mono L
-
-               Microsoft fonts:
-                       Arial
-                       Arial Narrow
-                       Times New Roman
-                       Courier New
-               Liberation fonts:
-                       Liberation Sans
-                       Liberation Sans Narrow
-                       Liberation Serif
-                       Liberation Mono
-               StarOffice fonts:
-                       Albany
-                       Thorndale
-                       Cumberland
-               AMT fonts:
-                       Albany AMT
-                       Thorndale AMT
-                       Cumberland AMT
-               Google CrOS Core fonts:
-                       Arimo
-                       Cousine
-                       Tinos
-
-            Of these, URW fonts are design compatible with PostScrict fonts,
-            and the Liberation, StarOffice, AMT and CrOS Core ones are
-            compatible with Microsoft fonts.
-
-            We want for each of them to fallback to any of these
-            available, but in an order preferring similar designs
-            first.  We do this in three steps:
-
-               1) Alias each specific to it's generic family.
-                  eg. Liberation Sans to Arial
-
-               2) Weak alias each generic to the other generic of its family.
-                  eg. Arial to Helvetica
-
-               3) Alias each generic to its specifics.
-                  eg. Arial to Liberation Sans, Albany, and Albany AMT
-       -->
+<!--
+
+Alias similar/metric-compatible families from various sources:
+
+PostScript fonts:       URW fonts:            GUST fonts:        Windows fonts:
+======================  ====================  =================  ==================
+Helvetica               Nimbus Sans L         TeX Gyre Heros
+Helvetica Condensed                           TeX Gyre Heros Cn
+Times                   Nimbus Roman No9 L    TeX Gyre Termes
+Courier                 Nimbus Mono L         TeX Gyre Cursor
+ITC Avant Garde Gothic  URW Gothic L          TeX Gyre Adventor
+ITC Bookman             URW Bookman L         TeX Gyre Bonum     Bookman Old Style
+ITC Zapf Chancery       URW Chancery L        TeX Gyre Chorus
+Palatino                URW Palladio L        TeX Gyre Pagella   Palatino Linotype
+New Century Schoolbook  Century Schoolbook L  TeX Gyre Schola    Century Schoolbook
+
+Microsoft fonts:  Liberation fonts:       Google CrOS core fonts:  StarOffice fonts:  AMT fonts:
+================  ======================  =======================  =================  ==============
+Arial             Liberation Sans         Arimo                    Albany             Albany AMT
+Arial Narrow      Liberation Sans Narrow
+Times New Roman   Liberation Serif        Tinos                    Thorndale          Thorndale AMT
+Courier New       Liberation Mono         Cousine                  Cumberland         Cumberland AMT
+Cambria                                   Caladea
+Calibri                                   Carlito
+Symbol                                    SymbolNeu
+
+Microsoft fonts:  Other fonts:
+================  ============
+Georgia           Gelasio
+
+We want for each of them to fallback to any of these available,
+but in an order preferring similar designs first.  We do this in three steps:
+
+1) Alias each specific to its generic family.
+   e.g. Liberation Sans to Arial
+
+2) Weak alias each generic to the other generic of its family.
+   e.g. Arial to Helvetica
+
+3) Alias each generic to its specifics.
+   e.g. Arial to Liberation Sans, Arimo, Albany, and Albany AMT
+
+-->
 
 <!-- Map specifics to generics -->
 
          </default>
        </alias>
 
+       <alias binding="same">
+         <family>TeX Gyre Heros</family>
+         <default>
+         <family>Helvetica</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>TeX Gyre Heros Cn</family>
+         <default>
+         <family>Helvetica Condensed</family>
+         </default>
+       </alias>
+
        <alias binding="same">
          <family>Nimbus Roman No9 L</family>
          <default>
          </default>
        </alias>
 
+<!--
+     Due to Bug#73291, commented out those lines until the broken font are fixed.
+       <alias binding="same">
+         <family>TeX Gyre Termes</family>
+         <default>
+         <family>Times</family>
+         </default>
+       </alias>
+-->
+
        <alias binding="same">
          <family>Nimbus Mono L</family>
          <default>
          </default>
        </alias>
 
+       <alias binding="same">
+         <family>TeX Gyre Cursor</family>
+         <default>
+         <family>Courier</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Avant Garde</family>
+         <default>
+         <family>ITC Avant Garde Gothic</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>URW Gothic L</family>
+         <default>
+         <family>ITC Avant Garde Gothic</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>TeX Gyre Adventor</family>
+         <default>
+         <family>ITC Avant Garde Gothic</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Bookman</family>
+         <default>
+         <family>ITC Bookman</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>URW Bookman L</family>
+         <default>
+         <family>ITC Bookman</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>TeX Gyre Bonum</family>
+         <default>
+         <family>ITC Bookman</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Bookman Old Style</family>
+         <default>
+         <family>ITC Bookman</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Zapf Chancery</family>
+         <default>
+         <family>ITC Zapf Chancery</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>URW Chancery L</family>
+         <default>
+         <family>ITC Zapf Chancery</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>TeX Gyre Chorus</family>
+         <default>
+         <family>ITC Zapf Chancery</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>URW Palladio L</family>
+         <default>
+         <family>Palatino</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>TeX Gyre Pagella</family>
+         <default>
+         <family>Palatino</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Palatino Linotype</family>
+         <default>
+         <family>Palatino</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Century Schoolbook L</family>
+         <default>
+         <family>New Century Schoolbook</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>TeX Gyre Schola</family>
+         <default>
+         <family>New Century Schoolbook</family>
+         </default>
+       </alias>
+
+       <alias binding="same">
+         <family>Century Schoolbook</family>
+         <default>
+         <family>New Century Schoolbook</family>
+         </default>
+       </alias>
+
 
        <!-- Microsoft -->
        <alias binding="same">
          </default>
        </alias>
 
+       <alias binding="same">
+         <family>Gelasio</family>
+         <default>
+         <family>Georgia</family>
+         </default>
+       </alias>
 
+       <alias binding="same">
+         <family>Caladea</family>
+         <default>
+         <family>Cambria</family>
+         </default>
+       </alias>
 
-<!-- Accept the other group as fallback -->
+       <alias binding="same">
+         <family>Carlito</family>
+         <default>
+         <family>Calibri</family>
+         </default>
+       </alias>
 
+       <alias binding="same">
+         <family>SymbolNeu</family>
+         <default>
+         <family>Symbol</family>
+         </default>
+  </alias>
+
+<!-- Accept the other group as fallback -->
 
        <!-- PostScript -->
        <alias>
          </default>
        </alias>
 
+       <alias>
+         <family>Helvetica Condensed</family>
+         <default>
+         <family>Arial Narrow</family>
+         </default>
+       </alias>
+
        <alias>
          <family>Times</family>
          <default>
          </default>
        </alias>
 
+       <alias>
+         <family>Arial Narrow</family>
+         <default>
+         <family>Helvetica Condensed</family>
+         </default>
+       </alias>
+
        <alias>
          <family>Times New Roman</family>
          <default>
 
 <!-- Map generics to specifics -->
 
-
        <!-- PostScript -->
        <alias binding="same">
          <family>Helvetica</family>
          <accept>
+         <family>TeX Gyre Heros</family>
          <family>Nimbus Sans L</family>
          </accept>
        </alias>
 
+       <alias binding="same">
+         <family>Helvetica Condensed</family>
+         <accept>
+         <family>TeX Gyre Heros Cn</family>
+         </accept>
+       </alias>
+
        <alias binding="same">
          <family>Times</family>
          <accept>
+<!--
+     Due to Bug#73291, commented out this line until the broken font are fixed.
+         <family>TeX Gyre Termes</family>
+-->
          <family>Nimbus Roman No9 L</family>
          </accept>
        </alias>
        <alias binding="same">
          <family>Courier</family>
          <accept>
+         <family>TeX Gyre Cursor</family>
          <family>Nimbus Mono L</family>
          </accept>
        </alias>
 
+       <alias binding="same">
+         <family>ITC Avant Garde Gothic</family>
+         <accept>
+         <family>TeX Gyre Adventor</family>
+         <family>URW Gothic L</family>
+         </accept>
+       </alias>
+
+       <alias binding="same">
+         <family>ITC Bookman</family>
+         <accept>
+         <family>Bookman Old Style</family>
+         <family>TeX Gyre Bonum</family>
+         <family>URW Bookman L</family>
+         </accept>
+       </alias>
+
+       <alias binding="same">
+         <family>ITC Zapf Chancery</family>
+         <accept>
+         <family>TeX Gyre Chorus</family>
+         <family>URW Chancery L</family>
+         </accept>
+       </alias>
+
+       <alias binding="same">
+         <family>Palatino</family>
+         <accept>
+         <family>Palatino Linotype</family>
+         <family>TeX Gyre Pagella</family>
+         <family>URW Palladio L</family>
+         </accept>
+       </alias>
+
+       <alias binding="same">
+         <family>New Century Schoolbook</family>
+         <accept>
+         <family>Century Schoolbook</family>
+         <family>TeX Gyre Schola</family>
+         <family>Century Schoolbook L</family>
+         </accept>
+       </alias>
 
        <!-- Microsoft -->
        <alias binding="same">
          </accept>
        </alias>
 
+       <alias binding="same">
+         <family>Georgia</family>
+         <accept>
+           <family>Gelasio</family>
+         </accept>
+       </alias>
+
+       <alias binding="same">
+         <family>Cambria</family>
+         <accept>
+           <family>Caladea</family>
+         </accept>
+       </alias>
+
+       <alias binding="same">
+         <family>Calibri</family>
+         <accept>
+           <family>Carlito</family>
+         </accept>
+  </alias>
+
+       <alias binding="same">
+         <family>Symbol</family>
+         <accept>
+           <family>SymbolNeu</family>
+         </accept>
+  </alias>
 
 </fontconfig>
index aae06acd68804e2ea3b2744bfa1849bb9e9bac92..e0d45da8760c656d32f0e9ed2d4e73b3d5fc7645 100644 (file)
@@ -3,30 +3,14 @@
 <fontconfig>
 <!--
   URW provides metric and shape compatible fonts for some Adobe families.
-  Helvetica, Courier, and Times are handled in 30-metric-aliases.conf.
+  Most of these are handled in 30-metric-aliases.conf.
   -->
        <alias binding="same">
-         <family>Avant Garde</family>
-         <accept><family>URW Gothic L</family></accept>
-       </alias>
-       <alias binding="same">
-         <family>Bookman</family>
-         <accept><family>URW Bookman L</family></accept>
-       </alias>
-       <alias binding="same">
-         <family>New Century Schoolbook</family>
-         <accept><family>Century Schoolbook L</family></accept>
-       </alias>
-       <alias binding="same">
-         <family>Palatino</family>
-         <accept><family>URW Palladio L</family></accept>
-       </alias>
-       <alias binding="same">
-         <family>Zapf Chancery</family>
-         <accept><family>URW Chancery L</family></accept>
+         <family>Zapf Dingbats</family>
+         <accept><family>Dingbats</family></accept>
        </alias>
        <alias binding="same">
-         <family>Zapf Dingbats</family>
+         <family>ITC Zapf Dingbats</family>
          <accept><family>Dingbats</family></accept>
        </alias>
        <match target="pattern">
index 09fd526524945987902d17c1870cea5188f71e6a..aa62ed42e7fb1a13f665be37562fbd3e2933dcca 100644 (file)
                <family>Thorndale</family>
                <default><family>serif</family></default>
        </alias>
+       <alias>
+               <family>Georgia</family>
+               <default><family>serif</family></default>
+       </alias>
+       <alias>
+               <family>Garamond</family>
+               <default><family>serif</family></default>
+       </alias>
+       <alias>
+               <family>Palatino Linotype</family>
+               <default><family>serif</family></default>
+       </alias>
+       <alias>
+               <family>Trebuchet MS</family>
+               <default><family>serif</family></default>
+       </alias>
 <!--
   Sans-serif faces
  -->
index 56049bc6c8590233ecba6fd637e4fece13ac859e..c3ca696badbf2bdc3783719224f47cf09c143e3f 120000 (symlink)
@@ -1 +1 @@
-/etc/fonts/conf.avail/10-scale-bitmap-fonts.conf
\ No newline at end of file
+../conf.avail/10-scale-bitmap-fonts.conf
\ No newline at end of file
index c2fb52c3b4a9df85ffc7c8327301b7629917d98e..6a774c5d03ce0e1620bb9fe965781f2c7ae9d3fc 100644 (file)
@@ -2,9 +2,9 @@ conf.d/README
 
 Each file in this directory is a fontconfig configuration file.  Fontconfig
 scans this directory, loading all files of the form [0-9][0-9]*.conf.
-These files are normally installed in ../conf.avail and then symlinked here,
-allowing them to be easily installed and then enabled/disabled by adjusting
-the symlinks.
+These files are normally installed in /usr/share/fontconfig/conf.avail
+and then symlinked here, allowing them to be easily installed and then
+enabled/disabled by adjusting the symlinks.
 
 The files are loaded in numeric order, the structure of the configuration
 has led to the following conventions in usage:
index e2d5567fc3f1e1af981b28285cad6d7fa1cc084d..2530eef054ef694527ec82de80def4bf135b99bb 100644 (file)
@@ -68,7 +68,7 @@
 <!--
   Load local system customization file
 -->
-       <include ignore_missing="yes">/etc/fonts/conf.d</include>
+       <include ignore_missing="yes">conf.d</include>
 
 <!-- Font cache directory list -->
 
index a5bd1ffc598d7221fbdc78e6d15c8380dd3a058f..1a34bb2f260982dbe0afbecf80bcea266e846d6f 100755 (executable)
@@ -1,36 +1,23 @@
 #!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.rc,v 1.24 2010/07/18 21:53:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.rc-r1,v 1.2 2014/12/23 17:43:25 floppym Exp $
+
+description="ntpd - the network time protocol daemon"
+pidfile="/var/run/ntpd.pid"
+command="/usr/sbin/ntpd"
+command_args="-p ${pidfile} ${NTPD_OPTS}"
+start_stop_daemon_args="--pidfile ${pidfile}"
 
 depend() {
        use net dns logger
        after ntp-client
 }
 
-checkconfig() {
+start_pre() {
        if [ ! -f /etc/ntp.conf ] ; then
                eerror "Please create /etc/ntp.conf"
-               eerror "Sample conf: /usr/share/ntp/ntp.conf"
                return 1
        fi
        return 0
 }
-
-start() {
-       checkconfig || return $?
-
-       ebegin "Starting ntpd"
-       start-stop-daemon --start --exec /usr/sbin/ntpd \
-           --pidfile /var/run/ntpd.pid \
-           -- -p /var/run/ntpd.pid ${NTPD_OPTS}
-       eend $? "Failed to start ntpd"
-}
-
-stop() {
-       ebegin "Stopping ntpd"
-       start-stop-daemon --stop \
-               --pidfile /var/run/ntpd.pid \
-               --exec /usr/sbin/ntpd
-       eend $? "Failed to stop ntpd"
-}
index 6f901a1b67916bef4f933c4717e9de96a5ee77f1..79c23742569249ac3e3d8a46dcef1f4afaa03ca3 100755 (executable)
@@ -1,11 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2011 Gentoo Technologies, Inc.
+# Copyright 1999-2014 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public Licence v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/files/pydoc.init,v 1.4 2011/10/27 13:56:55 neurogeek Exp $
-
-depend() {
-       need net
-}
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/files/pydoc.init,v 1.5 2014/10/12 12:37:07 djc Exp $
 
 start() {
        local pydoc_port="${PYDOC2_7_PORT-${PYDOC_PORT}}"
index 41dfc3a566c9e95879085e8ccf61685334564801..116d4a57f854a68f119058cc85d9a73c5e4d172b 100644 (file)
@@ -1,27 +1,26 @@
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.5 2013/05/18 09:41:04 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.6 2014/07/07 09:55:32 nimiux Exp $
 #
-# Logrotate default configuration file for Gentoo Linux
-#
-# See "man logrotate" for details
+# Default logrotate(8) configuration file for Gentoo Linux.
+# See "man logrotate" for details.
 
-# rotate log files weekly
+# rotate log files weekly.
 weekly
 #daily
 
-# keep 4 weeks worth of backlogs
+# keep 4 weeks worth of backlogs.
 #rotate 4
 rotate 10
 maxage 2y
 
-# create new (empty) log files after rotating old ones
+# create new (empty) log files after rotating old ones.
 create
 
-# use date as a suffix of the rotated file
+# use date as a suffix of the rotated file.
 dateext
 
 tabooprefix    \.
 
-# uncomment this if you want your log files compressed
+# compress rotated log files.
 compress
 
 notifempty
@@ -31,10 +30,10 @@ noolddir
 # is it okay, if a logfile doesn't exists ?
 missingok
 
-# packages can drop log rotation information into this directory
+# packages can drop log rotation information into this directory.
 include /etc/logrotate.d
 
-# no packages own wtmp and btmp -- we'll rotate them here
+# no packages own wtmp and btmp -- we'll rotate them here.
 /var/log/wtmp {
     monthly
     create 0664 root utmp
@@ -50,3 +49,5 @@ include /etc/logrotate.d
 }
 
 # system-specific logs may be also be configured here.
+
+# vim: ts=4 filetype=conf
diff --git a/logrotate.conf.orig b/logrotate.conf.orig
new file mode 100644 (file)
index 0000000..4a5184a
--- /dev/null
@@ -0,0 +1,43 @@
+# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/files/logrotate.conf,v 1.6 2014/07/07 09:55:32 nimiux Exp $
+#
+# Default logrotate(8) configuration file for Gentoo Linux.
+# See "man logrotate" for details.
+
+# rotate log files weekly.
+weekly
+#daily
+
+# keep 4 weeks worth of backlogs.
+rotate 4
+
+# create new (empty) log files after rotating old ones.
+create
+
+# use date as a suffix of the rotated file.
+dateext
+
+# compress rotated log files.
+compress
+
+notifempty
+nomail
+noolddir
+
+# packages can drop log rotation information into this directory.
+include /etc/logrotate.d
+
+# no packages own wtmp and btmp -- we'll rotate them here.
+/var/log/wtmp {
+    monthly
+    create 0664 root utmp
+    minsize 1M
+    rotate 1
+}
+/var/log/btmp {
+    missingok
+    monthly
+    create 0600 root utmp
+    rotate 1
+}
+
+# system-specific logs may be also be configured here.
index f627fad31c181760651e50a6f4cab17feade6ce2..a82756fdac6c4b844cb7b4ace9a31b676168dabc 100644 (file)
@@ -38,6 +38,7 @@ Unselect = kpminus
 SelectInvert = kpasterisk
 ScreenList = alt-prime
 # OptionsLayout =
+# OptionsAppearance =
 # OptionsPanel =
 # OptionsConfirm =
 # OptionsDisplayBits =
index 1f8977368b49def2bacb6586f936d2fd77991d55..4c43c5c0f4362f426a5b2df1f92d4ca05028ca4e 100644 (file)
@@ -38,6 +38,7 @@ Unselect = kpminus
 SelectInvert = kpasterisk
 ScreenList = alt-prime
 # OptionsLayout =
+# OptionsAppearance =
 # OptionsPanel =
 # OptionsConfirm =
 # OptionsDisplayBits =
index 9a4afa71302a8511353cf0dccd5f888bfae76029..7a8a545cc43a9557da39e1cd34b132839e49c950 100644 (file)
--- a/mc/mc.ext
+++ b/mc/mc.ext
@@ -680,6 +680,11 @@ shell/i/.arc
        Extract=arc x %f '*'
        Extract (with flags)=I=%{Enter any Arc flags:}; if test -n "$I"; then arc x $I %f; fi
 
+# zip
+shell/i/.zip
+       Open=%cd %p/uzip://
+       View=%view{ascii} /usr/libexec/mc/ext.d/archive.sh view zip
+
 # zip
 type/i/^zip\ archive
        Open=%cd %p/uzip://
index f627fad31c181760651e50a6f4cab17feade6ce2..a82756fdac6c4b844cb7b4ace9a31b676168dabc 100644 (file)
@@ -38,6 +38,7 @@ Unselect = kpminus
 SelectInvert = kpasterisk
 ScreenList = alt-prime
 # OptionsLayout =
+# OptionsAppearance =
 # OptionsPanel =
 # OptionsConfirm =
 # OptionsDisplayBits =
index 577f9273e9598288d11c7786f64bf2b9aab663d6..5ec140ccdfccf4c49d11a5d019dc217c6f234cbc 100644 (file)
@@ -21,7 +21,7 @@ shell_patterns=0
 
 =+ f \.1$ | f \.3$ | f \.4$ | f \.5$ | f \.6$ | f \.7$ | f \.8$ | f \.man$ & t r
 1       Display the file with roff -man
-       nroff -man %f | less
+       %view{ascii,nroff} roff -c -Tlatin1 -mandoc %f
 
 2       Call the info hypertext browser
         info
@@ -121,7 +121,7 @@ D       Delete tagged files if a copy exists in the other directory.
 
 m       View manual page
        MAN=%{Enter manual name}
-       %view man -P cat $MAN
+       %view{ascii,nroff} MANROFFOPT='-c -Tlatin1' MAN_KEEP_FORMATTING=1 man -P cat $MAN
 
 = f \.gz$ & t r
 + ! t t
index 6a505f42909abab8a5476db61cb62096faa57b7d..bb8b3161efa4c60fc8d1c85915d0ff42bf39be7a 100644 (file)
@@ -102,7 +102,7 @@ D       Обриши означене датотеке ако постоји к
 
 m       Погледај страницу упутства
        MAN=%{Унесите назив упутства}
-       %view man -P cat $MAN
+       %view{ascii,nroff} MANROFFOPT='-c -Tlatin1' MAN_KEEP_FORMATTING=1 man -P cat $MAN
 
 = f \.gz$ & t r
 + ! t t
index 3d11d96f8a20bbaacda2be6fb5a1bfa8fa4c4701..6163c501035be3d5e8a3f451debc8c00dcf1a7f6 100644 (file)
@@ -459,10 +459,7 @@ s       Invoke `shell'
 
 m       view `man'
         MAN=%{Enter name of man:}
-        TMPFILE=`mktemp ${MC_TMPDIR:-/tmp}/mcview.$MAN.XXXXXX` || exit 1
-        man -Pcat $MAN >$TMPFILE
-        mcview $TMPFILE
-        rm -f $TMPFILE
+        %view{ascii,nroff} MANROFFOPT='-c -Tlatin1' MAN_KEEP_FORMATTING=1 man -P cat $MAN
 
 i       Insert a out of command to cursor.
         CMD=%{ Enter command: }
index 370167df388fe400d5569fe932424c04d2166c48..e47b05add21d9c5d526680c5e116ff4e48097549 100644 (file)
@@ -31,6 +31,7 @@ dev-db/libdbi                         -doc
 dev-db/libdbi-drivers                  -doc
 dev-db/mysql                            extraengine profiling xtradb
 dev-db/phpmyadmin                      setup
+dev-db/postgresql                      server uuid xml
 dev-db/postgresql-server               uuid
 dev-db/sqlite                          extensions fts3 soundex unlock-notify
 dev-db/unixODBC                                odbcmanual
diff --git a/postgresql-9.3/.keep_dev-db_postgresql-base-9.3 b/postgresql-9.3/.keep_dev-db_postgresql-base-9.3
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/postgresql-9.3/psqlrc b/postgresql-9.3/psqlrc
new file mode 100644 (file)
index 0000000..8152cac
--- /dev/null
@@ -0,0 +1,8 @@
+--
+--     system-wide psql configuration file
+--
+--  This file is read before the .psqlrc file in the user's home directory.
+--
+--  Copy this to your installation's sysconf directory and rename it psqlrc.
+--  The sysconf directory can be identified via "pg_config --sysconfdir".
+--