]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
committing changes in /etc made by "/usr/bin/apt install -y arj lhasa lzip unar unalz...
authorroot <root@bruni.home.brehm-online.com>
Tue, 13 Oct 2020 06:23:55 +0000 (08:23 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 13 Oct 2020 06:23:55 +0000 (08:23 +0200)
Package changes:
+arj 3.10.22-23 amd64
+gnustep-base-common 1.26.0-7 all
+gnustep-base-runtime 1.26.0-7 amd64
+gnustep-common 2.7.0-4 amd64
+lhasa 0.3.1-3 amd64
+libgnustep-base1.26 1.26.0-7 amd64
+liblhasa0 0.3.1-3 amd64
+libobjc4 10.2.0-5ubuntu1~20.04 amd64
+lzip 1.21-6build1 amd64
+ncompress 4.2.4.6-1 amd64
+rzip 2.1-4.1 amd64
+unace 1.2b-18 amd64
+unalz 0.65-7build1 amd64
+unar 1.10.1-2build7 amd64

24 files changed:
.etckeeper
GNUstep/GNUstep.conf [new file with mode: 0644]
GNUstep/gdomap_probes [new file with mode: 0644]
alternatives/lha [new symlink]
alternatives/lha.1.gz [new symlink]
alternatives/lzip [new symlink]
alternatives/lzip-compressor [new symlink]
alternatives/lzip-compressor.1.gz [new symlink]
alternatives/lzip-compressor.info.gz [new symlink]
alternatives/lzip-decompressor [new symlink]
alternatives/lzip-decompressor.1.gz [new symlink]
alternatives/lzip-decompressor.info.gz [new symlink]
alternatives/lzip.1.gz [new symlink]
alternatives/lzip.info.gz [new symlink]
default/gdomap [new file with mode: 0644]
init.d/gdomap [new file with mode: 0755]
rc0.d/K01gdomap [new symlink]
rc1.d/K01gdomap [new symlink]
rc2.d/K01gdomap [new symlink]
rc3.d/K01gdomap [new symlink]
rc4.d/K01gdomap [new symlink]
rc5.d/K01gdomap [new symlink]
rc6.d/K01gdomap [new symlink]
rearj.cfg [new file with mode: 0644]

index 59903a76662b1c1e16f3369c50ee112a4786473a..8740f85183acfd172cc0bff791b11e8d2184735b 100755 (executable)
@@ -82,6 +82,9 @@ maybe chmod 0755 '.java'
 maybe chmod 0755 '.java/.systemPrefs'
 maybe chmod 0644 '.java/.systemPrefs/.system.lock'
 maybe chmod 0644 '.java/.systemPrefs/.systemRootModFile'
+maybe chmod 0755 'GNUstep'
+maybe chmod 0644 'GNUstep/GNUstep.conf'
+maybe chmod 0644 'GNUstep/gdomap_probes'
 maybe chmod 0755 'ImageMagick-6'
 maybe chmod 0644 'ImageMagick-6/coder.xml'
 maybe chmod 0644 'ImageMagick-6/colors.xml'
@@ -1318,6 +1321,7 @@ maybe chmod 0644 'default/cron'
 maybe chmod 0644 'default/cryptdisks'
 maybe chmod 0644 'default/dbus'
 maybe chmod 0644 'default/g15daemon'
+maybe chmod 0644 'default/gdomap'
 maybe chmod 0644 'default/google-chrome'
 maybe chmod 0644 'default/grub'
 maybe chmod 0755 'default/grub.d'
@@ -1999,6 +2003,7 @@ maybe chmod 0755 'init.d/dbus'
 maybe chmod 0755 'init.d/dns-clean'
 maybe chmod 0755 'init.d/g15daemon'
 maybe chmod 0755 'init.d/gdm3'
+maybe chmod 0755 'init.d/gdomap'
 maybe chmod 0755 'init.d/grub-common'
 maybe chmod 0755 'init.d/hddtemp'
 maybe chmod 0755 'init.d/hwclock.sh'
@@ -2638,6 +2643,7 @@ maybe chmod 0755 'rc4.d'
 maybe chmod 0755 'rc5.d'
 maybe chmod 0755 'rc6.d'
 maybe chmod 0755 'rcS.d'
+maybe chmod 0644 'rearj.cfg'
 maybe chmod 0644 'request-key.conf'
 maybe chmod 0755 'request-key.d'
 maybe chmod 0644 'request-key.d/cifs.idmap.conf'
diff --git a/GNUstep/GNUstep.conf b/GNUstep/GNUstep.conf
new file mode 100644 (file)
index 0000000..5c51668
--- /dev/null
@@ -0,0 +1,151 @@
+# This is the GNUstep configuration file.
+
+# This is the "strict version 2 mode" version of the file, which is
+# identical to the normal one, but all the obsolete v1 variables
+# (GNUSTEP_SYSTEM_ROOT, GNUSTEP_LOCAL_ROOT, GNUSTEP_NETWORK_ROOT,
+# GNUSTEP_USER_DIR) have been removed.
+
+# Any line starting with a '#' is a comment.
+# Empty lines are ignored.
+# Every other line in this file must be of the form
+#   XXX=YYY
+# where there should be no spaces around the '=' (this is because we
+# include this file in shell scripts and makefiles, and sh syntax
+# requires no spaces around the '=').
+#
+# Standard sh quotes can be used in YYY but only at runtime; they can 
+# not be used while building.
+
+# GNUstep can use up to 4 domains at the same time.  They are System,
+# Local, Network and User.  You can install your programs / resources
+# in any of these domains.  This file mostly deals with configuring
+# how the domains map to your filesystem.
+
+# IMPORTANT: Don't delete lines from this file unless you want
+# the values hardcoded in the packages to be used.  If you want
+# to suppress the network domain, set all its paths to be the same
+# as the system domain.  If you want to suppress the local domain,
+# set all its paths to be the same as the network domain.  If you
+# want to suppress the user domain, set its paths to be the same
+# as the local domain.  You can not suppress the system domain.
+
+# The paths should not include a '/' at the end.
+
+# The name of the user config file.  This file can override
+# some settings in this file.  Usually used by users that want
+# to install things into their GNUstep user domain and/or have
+# many such domains.
+GNUSTEP_USER_CONFIG_FILE=.GNUstep.conf
+
+# The name of the user directory where defaults (eg, preferences) are
+# stored.  If it does not start with a '/', it will be considered
+# relative to the user home directory.
+GNUSTEP_USER_DEFAULTS_DIR=GNUstep/Defaults
+
+
+# This is where the gnustep-make Makefiles are installed.
+# Traditionally, this is /usr/GNUstep/System/Library/Makefiles
+GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
+
+
+# This is where the user home directories are.  Only used to provide
+# NSUserDirectory in gnustep-base.  Never used anywhere else.
+GNUSTEP_SYSTEM_USERS_DIR=/home
+GNUSTEP_NETWORK_USERS_DIR=/home
+GNUSTEP_LOCAL_USERS_DIR=/home
+
+
+# This is where System GUI Applications get installed.
+# Traditionally it is /usr/GNUstep/System/Applications.
+GNUSTEP_SYSTEM_APPS=/usr/lib/GNUstep/Applications
+
+# This is where System GUI Applications that only the
+# Administrator can use get installed.
+# Traditionally it is /usr/GNUstep/System/Applications/Admin.
+GNUSTEP_SYSTEM_ADMIN_APPS=/usr/lib/GNUstep/Applications
+
+# This is where System Web Applications (GSWeb, SOPE) get
+# installed.
+# Traditionally it is /usr/GNUstep/System/Library/WebApplications.
+GNUSTEP_SYSTEM_WEB_APPS=/usr/lib/GNUstep/WebApplications
+
+# This is where System Command-Line Tools get installed.
+# Traditionally it is /usr/GNUstep/System/Tools.
+GNUSTEP_SYSTEM_TOOLS=/usr/bin
+
+# This is where System Command-Line Tools that only the
+# Administrator can use get installed.  Important: this
+# should not be in the PATH of normal users.
+# Traditionally it is /usr/GNUstep/System/Tools/Admin.
+GNUSTEP_SYSTEM_ADMIN_TOOLS=/usr/sbin
+
+# This is where System resources get installed.  This directory will
+# contain a lot of executable code since *step traditionally likes to
+# bundle executables and resources together.
+# Traditionally it is /usr/GNUstep/System/Library.
+GNUSTEP_SYSTEM_LIBRARY=/usr/lib/GNUstep
+
+# This is where System headers get installed.  They are the
+# library .h headers.
+# Traditionally it is /usr/GNUstep/System/Library/Headers.
+GNUSTEP_SYSTEM_HEADERS=/usr/include/GNUstep
+
+# This is where System libraries get installed.  By libraries we mean
+# the shared/static object files that you can link into programs.
+# Traditionally it is /usr/GNUstep/System/Library/Libraries.
+GNUSTEP_SYSTEM_LIBRARIES=/usr/lib
+
+# This is where System documentation get installed.  This is known
+# not to contain any executable, so we keep it separate.
+# Traditionally it is /usr/GNUstep/System/Library/Documentation.
+GNUSTEP_SYSTEM_DOC=/usr/share/GNUstep/Documentation
+
+# This is where System man pages get installed.
+# Traditionally it is /usr/GNUstep/System/Library/Documentation/man.
+GNUSTEP_SYSTEM_DOC_MAN=/usr/share/man
+
+# This is where System info pages get installed.
+# Traditionally it is /usr/GNUstep/System/Library/Documentation/info.
+GNUSTEP_SYSTEM_DOC_INFO=/usr/share/info
+
+
+GNUSTEP_NETWORK_APPS=/usr/local/lib/GNUstep/Applications
+GNUSTEP_NETWORK_ADMIN_APPS=/usr/local/lib/GNUstep/Applications
+GNUSTEP_NETWORK_WEB_APPS=/usr/lib/GNUstep/WebApplications
+GNUSTEP_NETWORK_TOOLS=/usr/local/bin
+GNUSTEP_NETWORK_ADMIN_TOOLS=/usr/local/sbin
+GNUSTEP_NETWORK_LIBRARY=/usr/local/lib/GNUstep
+GNUSTEP_NETWORK_HEADERS=/usr/local/include/GNUstep
+GNUSTEP_NETWORK_LIBRARIES=/usr/local/lib
+GNUSTEP_NETWORK_DOC=/usr/local/share/GNUstep/Documentation
+GNUSTEP_NETWORK_DOC_MAN=/usr/local/share/man
+GNUSTEP_NETWORK_DOC_INFO=/usr/local/share/info
+
+GNUSTEP_LOCAL_APPS=/usr/local/lib/GNUstep/Applications
+GNUSTEP_LOCAL_ADMIN_APPS=/usr/local/lib/GNUstep/Applications
+GNUSTEP_LOCAL_WEB_APPS=/usr/local/lib/GNUstep/WebApplications
+GNUSTEP_LOCAL_TOOLS=/usr/local/bin
+GNUSTEP_LOCAL_ADMIN_TOOLS=/usr/local/sbin
+GNUSTEP_LOCAL_LIBRARY=/usr/local/lib/GNUstep
+GNUSTEP_LOCAL_HEADERS=/usr/local/include/GNUstep
+GNUSTEP_LOCAL_LIBRARIES=/usr/local/lib
+GNUSTEP_LOCAL_DOC=/usr/local/share/GNUstep/Documentation
+GNUSTEP_LOCAL_DOC_MAN=/usr/local/share/man
+GNUSTEP_LOCAL_DOC_INFO=/usr/local/share/info
+
+# Important: settings in the User should normally be relative paths,
+# and will be interpreted as relative to the user's directory.  This
+# allows each user to have their own domain to install things.  You
+# can set them to be absolute, mostly if you want to disable them
+# by setting them equal to the ones in the Network domain.
+GNUSTEP_USER_DIR_APPS=GNUstep/Applications
+GNUSTEP_USER_DIR_ADMIN_APPS=GNUstep/Applications/Admin
+GNUSTEP_USER_DIR_WEB_APPS=GNUstep/WebApplications
+GNUSTEP_USER_DIR_TOOLS=GNUstep/Tools
+GNUSTEP_USER_DIR_ADMIN_TOOLS=GNUstep/Tools/Admin
+GNUSTEP_USER_DIR_LIBRARY=GNUstep/Library
+GNUSTEP_USER_DIR_HEADERS=GNUstep/Library/Headers
+GNUSTEP_USER_DIR_LIBRARIES=GNUstep/Library/Libraries
+GNUSTEP_USER_DIR_DOC=GNUstep/Library/Documentation
+GNUSTEP_USER_DIR_DOC_MAN=GNUstep/Library/Documentation/man
+GNUSTEP_USER_DIR_DOC_INFO=GNUstep/Library/Documentation/info
diff --git a/GNUstep/gdomap_probes b/GNUstep/gdomap_probes
new file mode 100644 (file)
index 0000000..80a903d
--- /dev/null
@@ -0,0 +1,4 @@
+# Addresses to probe for GNUstep name service.
+# If this file does not contain any valid addresses, the local networks
+# are probed.
+127.0.1.1
diff --git a/alternatives/lha b/alternatives/lha
new file mode 120000 (symlink)
index 0000000..5dfd093
--- /dev/null
@@ -0,0 +1 @@
+/usr/bin/lhasa
\ No newline at end of file
diff --git a/alternatives/lha.1.gz b/alternatives/lha.1.gz
new file mode 120000 (symlink)
index 0000000..a1043a8
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/man/man1/lhasa.1.gz
\ No newline at end of file
diff --git a/alternatives/lzip b/alternatives/lzip
new file mode 120000 (symlink)
index 0000000..f4424c4
--- /dev/null
@@ -0,0 +1 @@
+/usr/bin/lzip.lzip
\ No newline at end of file
diff --git a/alternatives/lzip-compressor b/alternatives/lzip-compressor
new file mode 120000 (symlink)
index 0000000..f4424c4
--- /dev/null
@@ -0,0 +1 @@
+/usr/bin/lzip.lzip
\ No newline at end of file
diff --git a/alternatives/lzip-compressor.1.gz b/alternatives/lzip-compressor.1.gz
new file mode 120000 (symlink)
index 0000000..25a4af1
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/man/man1/lzip.lzip.1.gz
\ No newline at end of file
diff --git a/alternatives/lzip-compressor.info.gz b/alternatives/lzip-compressor.info.gz
new file mode 120000 (symlink)
index 0000000..1b80087
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/info/lzip.lzip.info.gz
\ No newline at end of file
diff --git a/alternatives/lzip-decompressor b/alternatives/lzip-decompressor
new file mode 120000 (symlink)
index 0000000..f4424c4
--- /dev/null
@@ -0,0 +1 @@
+/usr/bin/lzip.lzip
\ No newline at end of file
diff --git a/alternatives/lzip-decompressor.1.gz b/alternatives/lzip-decompressor.1.gz
new file mode 120000 (symlink)
index 0000000..25a4af1
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/man/man1/lzip.lzip.1.gz
\ No newline at end of file
diff --git a/alternatives/lzip-decompressor.info.gz b/alternatives/lzip-decompressor.info.gz
new file mode 120000 (symlink)
index 0000000..1b80087
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/info/lzip.lzip.info.gz
\ No newline at end of file
diff --git a/alternatives/lzip.1.gz b/alternatives/lzip.1.gz
new file mode 120000 (symlink)
index 0000000..25a4af1
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/man/man1/lzip.lzip.1.gz
\ No newline at end of file
diff --git a/alternatives/lzip.info.gz b/alternatives/lzip.info.gz
new file mode 120000 (symlink)
index 0000000..1b80087
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/info/lzip.lzip.info.gz
\ No newline at end of file
diff --git a/default/gdomap b/default/gdomap
new file mode 100644 (file)
index 0000000..51007d3
--- /dev/null
@@ -0,0 +1,4 @@
+# Defaults for the gdomap init script.
+# See gdomap(8) for details.
+
+GDOMAP_ARGS="-p -j /var/run/gdomap"
diff --git a/init.d/gdomap b/init.d/gdomap
new file mode 100755 (executable)
index 0000000..5b74e60
--- /dev/null
@@ -0,0 +1,63 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides:          gdomap
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start the GNUstep distributed object mapper
+# Description:       Start the GNUstep distributed object mapper
+### END INIT INFO
+
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+
+DAEMON=/usr/bin/gdomap
+NAME=gdomap
+DESC="GNUstep distributed object mapper"
+
+PIDFILE=/var/run/$NAME.pid
+
+GDOMAP_ARGS=
+if [ -f /etc/default/$NAME ]; then
+    . /etc/default/$NAME
+fi
+
+[ -x "$DAEMON" ] || exit 0
+
+. /lib/lsb/init-functions
+
+case "$1" in
+  start)
+       # Create an empty directory where the process would chroot to.
+       if [ ! -d /var/run/gdomap ]; then
+           mkdir /var/run/gdomap
+           chmod 0755 /var/run/gdomap
+       fi
+       log_daemon_msg "Starting $DESC" $NAME
+       start-stop-daemon --start --oknodo --quiet --exec $DAEMON \
+               -- -I $PIDFILE $GDOMAP_ARGS
+       log_end_msg $?
+       ;;
+  stop)
+       log_daemon_msg "Stopping $DESC" $NAME
+       start-stop-daemon --stop --oknodo --quiet --exec $DAEMON \
+               -- -I $PIDFILE $GDOMAP_ARGS
+       rm -f $PIDFILE
+       log_end_msg $?
+       ;;
+  restart|force-reload)
+       $0 stop
+       sleep 1
+       $0 start
+       ;;
+  status)
+       status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
+       ;;
+  *)
+       N=/etc/init.d/$NAME
+       log_action_msg "Usage: $N {start|stop|restart|force-reload|status}"
+       exit 1
+       ;;
+esac
+
+exit 0
diff --git a/rc0.d/K01gdomap b/rc0.d/K01gdomap
new file mode 120000 (symlink)
index 0000000..aeb5546
--- /dev/null
@@ -0,0 +1 @@
+../init.d/gdomap
\ No newline at end of file
diff --git a/rc1.d/K01gdomap b/rc1.d/K01gdomap
new file mode 120000 (symlink)
index 0000000..aeb5546
--- /dev/null
@@ -0,0 +1 @@
+../init.d/gdomap
\ No newline at end of file
diff --git a/rc2.d/K01gdomap b/rc2.d/K01gdomap
new file mode 120000 (symlink)
index 0000000..aeb5546
--- /dev/null
@@ -0,0 +1 @@
+../init.d/gdomap
\ No newline at end of file
diff --git a/rc3.d/K01gdomap b/rc3.d/K01gdomap
new file mode 120000 (symlink)
index 0000000..aeb5546
--- /dev/null
@@ -0,0 +1 @@
+../init.d/gdomap
\ No newline at end of file
diff --git a/rc4.d/K01gdomap b/rc4.d/K01gdomap
new file mode 120000 (symlink)
index 0000000..aeb5546
--- /dev/null
@@ -0,0 +1 @@
+../init.d/gdomap
\ No newline at end of file
diff --git a/rc5.d/K01gdomap b/rc5.d/K01gdomap
new file mode 120000 (symlink)
index 0000000..aeb5546
--- /dev/null
@@ -0,0 +1 @@
+../init.d/gdomap
\ No newline at end of file
diff --git a/rc6.d/K01gdomap b/rc6.d/K01gdomap
new file mode 120000 (symlink)
index 0000000..aeb5546
--- /dev/null
@@ -0,0 +1 @@
+../init.d/gdomap
\ No newline at end of file
diff --git a/rearj.cfg b/rearj.cfg
new file mode 100644 (file)
index 0000000..cd643e8
--- /dev/null
+++ b/rearj.cfg
@@ -0,0 +1,29 @@
+VIRUS /usr/bin/scan /nomem /sub *
+arj
+ arj a -+ -y -a1 -r -j$ -s -jm -2s "%s"
+ arj x -y "%s"
+ AD
+zip
+ zip -r "%s" . -i *
+ unzip "%s"
+ AD
+rar
+ rar a -r -y "%s"
+ rar x -y "%s"
+ AD
+tar.Z
+ tar -cvZf "%s" .
+ tar -xvZf "%s"
+ ADT
+tar.gz
+ tar -cvzf "%s" .
+ tar -xvzf "%s"
+ ADT
+tgz
+ tar -cvzf "%s" .
+ tar -xvzf "%s"
+ ADT
+tar.bz2
+ tar --bzip2 -cvf "%s" .
+ tar --bzip2 -xvf "%s"
+ ADT