diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/makepkg.conf | 9 | ||||
| -rw-r--r-- | etc/pacman.conf | 3 | ||||
| -rw-r--r-- | etc/services | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/etc/makepkg.conf b/etc/makepkg.conf index edfed293..c4783383 100644 --- a/etc/makepkg.conf +++ b/etc/makepkg.conf @@ -38,6 +38,8 @@ VCSCLIENTS=('bzr::breezy' CARCH="x86_64" CHOST="x86_64-pc-linux-gnu" +#NPROC=2 + #-- Compiler and Linker Flags #CPPFLAGS="" CFLAGS="-march=native -mtune=generic -O2 -pipe -fno-plt -fexceptions \ @@ -81,7 +83,8 @@ BUILDENV=(!distcc color !ccache check !sign) # These are default values for the options=() settings ######################################################################### # -# Makepkg defaults: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug !lto !autodeps) +# Makepkg defaults: +# OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug !lto !autodeps) # A negated option will do the opposite of the comments below. # #-- strip: Strip symbols from binaries/libraries @@ -106,9 +109,9 @@ STRIP_SHARED="--strip-unneeded" #-- Options to be used when stripping static libraries. See `man strip' for details. STRIP_STATIC="--strip-debug" #-- Manual (man and info) directories to compress (if zipman is specified) -MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info}) +MAN_DIRS=(usr{,/local}{,/share}/{man,info}) #-- Doc directories to remove (if !docs is specified) -DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc}) +DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc}) #-- Files to be removed from all packages (if purge is specified) PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod) #-- Directory to store source code in for debug packages diff --git a/etc/pacman.conf b/etc/pacman.conf index 5dad9272..045c6eb8 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -36,7 +36,8 @@ CheckSpace #VerbosePkgLists ParallelDownloads = 8 DownloadUser = alpm -#DisableSandbox +#DisableSandboxFilesystem +#DisableSandboxSyscalls # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/etc/services b/etc/services index e42132f7..dc4e61f1 100644 --- a/etc/services +++ b/etc/services @@ -3284,8 +3284,8 @@ unisql 1978/tcp unisql 1978/udp unisql-java 1979/tcp unisql-java 1979/udp -pearldoc-xact 1980/tcp -pearldoc-xact 1980/udp +panquest-xact 1980/tcp +panquest-xact 1980/udp p2pq 1981/tcp p2pq 1981/udp estamp 1982/tcp |
