aaa_base-extras-84.87+git20180409.04c9dae-lp152.14.3.1 4>$  Ap_~*p/=„*t4jg o7&~o$œ&1Jil%J. z /j7⤧̺@fv&X,CN7"h־}fZMl]uc=E!y!JS*=nD]zіw_\ 0L R5+>2g,wS. H Som1tF."";']tZ$9y[~ z=ҩ`-ayŎcmYUd628b3e0601b0cfeb2ebe1cc4b9fe5f1b964b5dcbe273338b874591e91fccf380352d2a834e76862264d10eb6c77c213674ddf5f_~*p/=„DKV҃S `DT0on7ObƝK?Kf[m~sx*K&isex9D$7o+񿹯<׫{l=".!+F!wq+N>1`[M(0COҖ[h<y{)4b{v~7Z5mԄ'L.pcB?ʰ?g^`WٓE\Lө0i A`'(wBН5ų}#-![>pFi?id, 9 d +4= Va-r4 b    C  \ !+!!"4" " #s (#8#M9%M:* M=bd>bl?bt@b|FbGbHbIcPXchYcx\c]dL^ebfcfdgWeg\fg_lgaugtvgwhxhyiDziPi`idijiCaaa_base-extras84.87+git20180409.04c9daelp152.14.3.1SUSE Linux Base Package (recommended part)The parts of aaa_base that should be installed by default but are not strictly required to run a system. (Shell aliases, bash completions and convenience hacks)._~*flamb07AopenSUSE Leap 15.2openSUSEGPL-2.0+http://bugs.opensuse.orgSystem/Fhshttps://github.com/openSUSE/aaa_baselinuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-aaa_base-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-aaa_base-update-$service-new-in-upgrade" fi done for service in backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi PNAME=backup SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer ; do if [ ! -e "/run/rpm-aaa_base-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-aaa_base-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart backup-rpmdb.service backup-rpmdb.timer backup-sysconfig.service backup-sysconfig.timer check-battery.service check-battery.timer ) || : fi fi /ESe]@w큤AA_~*dZ _~*dZ Z Z Z Z Z Z _~*dZ Z Z Z Z Z Z Z Z Z _~*d_~*daa1ba085a1504756b2250dec5ec7c051ca00a1bed0fcb777fc262cc21b1e2197f08dc74fb11c683870e1db600a2e25974168dfdc3b8ec3cd333fa51b0a2c62b5307a6c73b85c0b69cfe2124c20eaa13ffd39930bbec31bc75807d2684938fd30037d54b9ac2c77faa0e0466331dd7e2a1e52dca1c4255fbef6fed593204376c54336759fbcefc5db7ad1e153b6f9c992c44e87b33a2af677dda91d379a012711e4d738e04d37a30519a71d3ba2534e0d2dd9ba6b00dbb48e36d854300dac02f35e219e5400845d67b651b85ad288ab9519906db84fb393af090792c087faebedbc59ed444a5a178875eadbdf7df2813435dcf68ea5b97aa20a8967b6a4dae4fb155af07d4dd744f9f0e2a264a1a17b6121caaf6b37a8f95e65d66116b8b840d7645b79ef208b73fbd7428f371abe1096560a61b339be6cef5e880bb7e19e628690e331ad634ca62094715dc3ee977fa9269fb5460a5e649cb473efae49f559a0654ba83be7c9becb1dec658aa02c51c4d28875c42224bf75b6a4fa18fc3999cdf7778e2a0a1fe82f8a080efffe0be8914c98b3106bac05cea0edb8671de493bf30d7d242731618fdfb0df59f46ff1220e13b0be6b3a70a8cba87d3349254c40ccb141682650be29f91f1c945cfee87ef2c8db54d63af616cc604023459d40b4404d18eccd3f279e5c0328d67bf6d6c6a014760f591b2f3d6a3c57e701594a111490543b83baf9f181ea70b762767bab37f873650a861a8490ee35517f4f9b576720b99e6a2beead1f7c1a29b4f7125a3ef4da17438fb2d1d4ab8b4054906d981661bef709071277125bf7faa1f20600b8aa70e338015d28ad891edd0698790fafaeefd3dd8805906821a3f2af76461ea04d009f7ccf3eb670f42e72f5efbad8955f515c671085b23a41c6775487aac274f9406316d8324ec13785049588d1c80rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootaaa_base-84.87+git20180409.04c9dae-lp152.14.3.1.src.rpmaaa_base-extrasaaa_base-extras(x86-64)aaa_base:/etc/DIR_COLORSconfig(aaa_base-extras) @    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shaaa_baseconfig(aaa_base-extras)filluprpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)84.87+git20180409.04c9dae84.87+git20180409.04c9dae-lp152.14.3.13.0.4-14.6.0-14.0-15.2-14.14.1_X^@^^F^=Q@^ P@]*]W]@]@]]^]0_@\C@\M\[sZUZZ|;ZxG@ZxG@ZvZp^@Zp^@Z&@Z!D@ZZ@ZOZOZOZOZOZ@Z@ZYY@YYGY>@Y1S@Y@YY Y@X:@X@XO@Wڍ@WQW"W.@W9WYZ@WN@WL+@WX@W@WKVVwV^@VTQ@V/g@V/g@V/g@U@U?v@U:0@T@TD@TD@T,@T@TuTPro@suse.deDr. Werner Fink ro@suse.dero@suse.dero@suse.deDr. Werner Fink werner@suse.dero@suse.dero@suse.dero@suse.dero@suse.dero@suse.dero@suse.dero@suse.dero@suse.deDr. Werner Fink werner@suse.defvogt@suse.comopensuse-packaging@opensuse.orgkukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.dekukuk@suse.deopensuse-packaging@opensuse.orgopensuse-packaging@opensuse.orgopensuse-packaging@opensuse.orgopensuse-packaging@opensuse.orgopensuse-packaging@opensuse.orgopensuse-packaging@opensuse.orgwerner@suse.delnussel@suse.dedimstar@opensuse.orgrbrown@suse.comlnussel@suse.dekukuk@suse.devuntz@opensuse.orglnussel@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.delnussel@suse.dewerner@suse.dero@suse.dero@suse.dewerner@suse.dero@suse.dewerner@suse.dewerner@suse.delnussel@suse.dewerner@suse.deopensuse-packaging@opensuse.orgro@suse.comro@suse.comro@suse.comwerner@suse.delnussel@suse.dewerner@suse.dewerner@suse.dero@suse.comro@suse.comro@suse.comro@suse.comro@suse.comro@suse.comwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deUTC arvidjaar@gmail.comaj@suse.dewerner@suse.de- Add patch git-21-0064ecd132c30a939125acbc5b9a1c7bcd180fa0.patch * add screen.xterm-256color to DIR_COLORS - Add patch git-22-f5e90d70d119b6aa12d019947029f9337aec378d.patch * check for Packages.db and use this instead of Packages (boo#1171762) - Add patch git-23-8f1fe28287466235ade9c62fa5995eba9e642660.patch * Rename path() to _path() to avoid using a general name. - Add patch git-24-2de52ae391e2963eb1913183a6b0530c7e781b55.patch * DIR_COLORS add TERM rxvt-unicode-256color (bug#1006973) - Add patch git-25-287cf7cb851c0636fa46a610015d2d22ad36acea.patch * sort TERM entries in etc/DIR_COLORS - Add patch git-26-0c2f2340cc6ebb51f20b36e550adc517a6b2ae42.patch * DIR_COLORS: merge TERM entries with list from (bug#1006973) - Add patch git-27-abf7927eebbd4d7f47a362d49ae7856520682c49.patch * refresh_initrd call modprobe as /sbin/modprobe (bug#1011548) - Add patch git-28-3351bcc9613ba022503103e7e4ffd01e7bd8e0fd.patch * etc/profile add some missing ;; in case esac statements - Add patch git-29-5220a5f6ba250503ccda326e65ca069d245a5ebe.patch * profile and csh.login: on s390x set TERM to dumb on serial console for sclp_line0 and ttyS0 console (bug#1153946) - Add patch git-30-b9dd70f33a124556f16dbbafc89585a82218ad61.patch * backup-rpmdb: exit if zypp.pid is there and running (bug#1161239) - Add patch git-31-52dc403d54f2c926ee5cc892d1a8a830a45d7412.patch * also add color alias for ip command, jira#sle-9880, bsc#1153943 - Add patch git-32-0ee79834ea9ebf6573a7b903f374c21e53a56c14.patch * alias.bash check if ip command knows color=auto (jsc#SLE-7679)- Add patch git-19-1149066a54a372b30b7cbd79cd222e11d96dc984.patch * Not all XTerm based emulators do have an terminfo entry (boo#1087982) - Add patch git-20-6452441f2054b4b290c089ce6269889993b95fc1.patch * Better support of Midnight Commander (bsc#1170527)- Add patch git-16-ed897a1090cafb678f75dbed8802bd671d3c1921.patch get_kernel_version: fix for current kernel on s390x (from azouhr) (bsc#1151023) (bsc#1139939) - Add patch git-17-fe967bddbd74af9aba435900878397c0c7ea0b0b.patch added "-h"/"--help" to "old" command (from Bernhard Lang) - Add patch git-18-bb11f02d5dd940803c08d25b0cfd3650d9de7d41.patch change feedback url from http://www.suse.de/feedback to https://github.com/openSUSE/aaa_base/issues- Add patch git-15-27e2c6180a45cca63d71ffa5de7b32dec749d2cd.patch change rp_filter to 2 to follow the current default (bsc#1160735)- Add patch git-14-12023f2e8aae5b2ac3a895301945566b9f5eb9c3.patch drop dev.cdrom.autoclose = 0 from sysctl config (bsc#1160970)- Clear broken ghost entry in patch git-13-14003c19eaa863ae9d80a0ebb9b5cab6273a5a9e.patch which breaks (lib)readline (bsc#1157278)- Add patch git-13-14003c19eaa863ae9d80a0ebb9b5cab6273a5a9e.patch Use official key binding functions in inputrc that is replace up-history with previous-history, down-history with next-history and backward-delete-word with backward-kill-word (bsc#1084934). Add some missed key escape sequences for urxvt-unicode terminal as well (boo#1007715).- Add patch git-12-80d14205f913cc67a98c562f988ea700a56c369b.patch * service: check if there is a second argument before using it (bsc#1051143)- Add patch git-11-b20083a930f766939f47dddc66d089c9fee5d38a.patch * check if variables can be set before modifying them to avoid warnings on login with a restricted shell (bsc#1138869)- Add patch git-08-9875dffab3ddda0c3e8399f935f059246c961f2a.patch * Add s390x compressed kernel support (bsc#1151023) - Add git-09-c6cd010dd8b6efddd71c30f00a923d8f2537584c.patch * Fix LC_NAME and LC_ADDRESS in sh.ssh - Add patch git-10-43091e644ff54997468a215b891dcaa75173f133.patch * fix string test to arithmetic test in /etc/profile.d/wsl.sh- Add patch git-07-82a17f1689e8957635c8ccaae7c9b3bff7f94d49.patch * add sysctl.d/51-network.conf to tighten network security a bit see also (boo#1146866) (jira#SLE-9132)- Add patch git-06-8640f848c6677f1149b9765a8c86135956604007.patch * Make systemd detection cgroup oblivious (bsc#1140647) systemd can work in three exclusive cgroup modes: legacy, hybrid and unified. The mode affects where and what cgroup hierarchies are mounted. detect running systemd as systemd itself does it (src/libsystemd/sd-daemon/sd-daemon.c, function sd_booted)- Add patch git-05-ae2a49183ba0ad9dff6b8c1efd4de076bd34ab0f.patch * /etc/profile does not work in AppArmor-confined containers (bsc#1096191)- Add patch git-04-b66cf03e673e84902ce0330f88f84f4fbdc8c9e9.patch * Restore old position of ssh/sudo source of profile for bug bsc#1118364 but hopefully do not reintroduce bug boo#1088524- Add patch git-03-00d332a443062395957f422c89eaed9d0979ec00.patch * update logic for JRE_HOME env variable (bsc#1128246)- Add patch git-01-61c106aac03930e03935172eaf94d92c02a343bd.patch Let bash.bashrc work even for (m)ksh (boo#1104531) - Add patch git-02-4e5fe2a6ec5690b51a369d2134a1119962438fd1.patch No error at login if java system directory is empty (bsc#1102310)- Update to version 84.87+git20180409.04c9dae: * In bash.bashrc move ssh/sudo source of profile to avoid removing the `is' variable before last use (boo#1088524). * Avoid the shell code checker stumble over `function' keys word in ls.bash (git#54).- Use %license (boo#1082318)- Update to version 84.87+git20180208.8eeab90: * Don't call fillup for removed sysconfig.news * Adjust path for script converting sysctl config * For ksh use builtin keyword 'function' to make sure that the keyword 'typeset' really set the variable IFS to be local within the function _ls.- Update to version 84.87+git20180205.2d2832f: * Move /lib/aaa_base/convert_sysctl to /usr/lib/base-scripts/convert_sysctl to cleanup filesystem. * Don't create /etc/init.d/{boot.local,after.local,halt.local} in aaa_base.pre section. * Remove dead code from pre/post install sections.- Add /var/adm/backup subdirectories to aaa_base-extras, they are only needed by this package.- Update to version 84.87+git20180204.875cba8: * Move sysconfig.backup into extra subpackage, where all the scripts using it are, too. * Create systemd timer for the cron.daily scripts for backup-rpmdb, backup-sysconfig and check-battery. Move scripts to /usr/lib/base-scripts. * Remove suse.de-cron-local. If somebody really still has a /root/cron.daily.local file, he can move it to /etc/cron.daily. * Don't modify data in root's home directory * Don't create userdel.local, this isn't in use since many years- Update to version 84.87+git20180130.ae1f262: * Really remove /usr/sbin/Check, obsolete since 8 years * Remove ChangeSymlinks, 90% are obsolete, the rest is dangerous * Remove 14 year old outdated documentation and dummy scripts for Java- Update to version 84.87+git20180130.36ea161: * Remove obsolete/outdated manual pages (route.conf.5,init.d.7, quick_halt.8)- Cleanup PreReq and move some parts to Requires(post), so that we can deinstall them if we no longer need them- Update to version 84.87+git20171201.65000be: * Revert changes on sysconfig language and make lang.(c)sh to use sysconfig language as fallback or better use locale.conf as default. See discussion in bsc#1069971 and FATE#319454 as well- Update to version 84.87+git20171130.974ac5c: * Better parsing of sh variable settings in lang.csh- Update to version 84.87+git20171129.a45b936: * Remove RC_* variables from language sysconf template (bsc#1069971 as well as FATE#319454)- Update to version 84.87+git20171128.945b960: * lang.(c)sh: catch if ROOT_USES_LANG becomes not set- Update to version 84.87+git20171128.aa232d3: * Add wsl specific code to profile.d/wsl.csh * move wsl specific code from profile into profile.d/wsl.sh * Remove obsolete "make package"- Update to version 84.87+git20171128.a6752e8: * lang.(c)sh: handle locale.conf if sysconfig does not- lang.(c)sh: handle locale.conf if sysconfig does not provide default locale (bsc#1069971, FATE#319454)- Update to version 84.87+git20171128.17ae554: * Check for /proc/version before using it * Remove legacy code for /proc/iSeries * Move fillup-templates to /usr/share (boo#1069468)- Fix installation of fillup-templates.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- use TW versioning, 13.2 is misleading - Update to version 84.87+git20171120.d36b8b1: * Fix double sourcing of /etc/bash_completion.d * create wsl.sh in /etc/profile.d to set umask in WSL * Add support for /usr/bin/fish (boo#1068840) * Get mixed use case of service wrapper script straight (bsc#1040613)- Update to version 13.2+git20170828.8f12a9e: * profile: don't override PATH in WSL * Remove passwd, group and shadow files. Remove %ghost entry for /run/utmp, /var/log/wtmp and /var/log/btmp, systemd is taking care of them * Remove run/utmp, too.- Update to version 13.2+git20170814.cc9e34e: * Unset id in csh.cshrc instead of profile.csh (bsc#1049577) * Restore the is variable within /etc/profile- Update to version 13.2+git20170731.c10ca77: * Fix csh.cshrc as tcsh does not handle stderr * Do not set alias cwdcmd for experts (boo#1045889) * unset unused variables on profile files (bsc#1049577) * Deprecate DEFAULT_WM in sysconfig.windowmanager- Fix csh.cshrc as tcsh does not handle stderr messages within {} well (boo#1044876)- Fix copy+paste error in /etc/csh.login boo#1043560- Support changing PS1 even for mksh and user root (bsc#1036895)- Be aware that on s390/s390x the ttyS0 is misused- Reset extended screen TERM variables if no terminfo - Better status line support even for tcsh - Modernize /etc/ttytype as tset of ncurses use it- Off application keypad (keyboard transmit) mode - Missed a meta prefix in new inputrs.keys- More 8bit key escape control sequences for XTerm - Do not set INPUTRC as readline does know personal as well as system inputrc also make /etc/inputrc do set know sequences for both vi line editing modes as well as for emacs line editing mode. - Do remove patch aaa_base-13.2+git20170308.c0ecf2e.dif not only from package but also from spec file- Update to version 13.2+git20170425.47e703a: * Add Enlightenment to the list of windowmanagers * Add a number of audio/video formats to be colorized * Revert "Avoid NAT on Bridges. Bridges are L2 devices, really." * aaa_base.pre: drop some system users from aaa_base and create them in the respective packages: bin,daemon,news,uucp,games,man * Remove /var/log/faillog, there no application using this left [bsc#980484] * Remove users and groups sys, mail, lp, wwwrun, ftp and nobody- Make lang.csh work again (bsc#1025673)- Update to version 13.2+git20170306.3deb627: * aaa_base.pre: drop some system users from aaa_base and create them in the respective packages: bin,daemon,news,uucp,games,man- Update to version 13.2+git20160915.106a00d: * enhance comment for NO_PROXY variable (bsc#990254) * Fix spelling of SUSE (skipped copyright statements - they need more thoughts) * fix regression introduced by fix for bnc#971567 (bnc#996442)- Correct logic error in usage of variable restricted (boo#994111) - enhance comment for NO_PROXY variable (bsc#990254)- Update to version 13.2+git20160807.7f4c8c4: * switch IPv6 privacy extensions (use_tempaddr) back to 1 * history see bsc#678066,bsc#752842,bsc#988023,bsc#990838- Do not use the = sign for setenv in /etc/profile.d/lang.csh- Follow the bash manual page that is respect --norc and --noprofile- Update to version 13.2+git20160609.bf76b13: * Mark scripts /etc/init.d/{boot.,after-,halt.}local as deprecated- lang.sh, lang.csh: if GDM_LANG equals system LANG then use system defaults- Update to version 13.2+git20160530.bd5210c: + Let the ~/.i18n values parsed as well if GDM_LANG is set (boo#958295) + Remove spurious assignment to unknown variable term from /etc/inputrc + chkconfig: return 1 trying to list unknown service (bnc#971567) + chckconfig: add --no-systemctl option + fix typo in last patch (no-systemctl support for chkconfig) + lang.sh, lang.csh: allow GDM to override locale + There is no kde4 anymore + Removed '/usr/bin/X11' from PATH (boo #982185)- fix typo in last patch (no-systemctl support for chkconfig)- chckconfig: add --no-systemctl option- chkconfig: return 1 trying to list unknown service (bnc#971567) - Merge pull request #26 from andreas-schwab/master - Remove spurious assignment to unknown variable term from /etc/inputrc- Let the ~/.i18n values parsed as well if GDM_LANG is set (boo#567324)- Update to version 13.2+git20151221.244f2a3: + drop old dns6 hack migration from 2002 + remove more dropped variables + make chkconfig -a/-d work (bsc#926539) + avoid recursion if systemd call chkconfig back for sysv units + fix non-working line breaks - make _service generate .changes- Replace UNICODE double dash with simple ASCII single dash (boo#954909)- Use the `+' for find's -exec option as this also respects white spaces in files names but is more like xargs. Respect status of screen sessions.- suse.de-backup-rc.config: trigger also if only files changed that have spaces in their name (bnc#915259)- sysconf_addword: do not insert spaces at start of string (bnc#932456)- Merge pull request #19 from super7ramp/cleaning-references-to-suseconfig - drop references to sysconfig/suseconfig - drop SCANNER_TYPE variable- Merge pull request #25 from ptesarik/master - Enable SysRq dump by default - Revert "fix /etc/init.d/foo status return code (bnc#931388)" - Merge pull request #23 from bmwiedemann/master - fix /etc/init.d/foo status return code (bnc#931388)- xdg-environment: reduce list in /opt/* to gnome,kde4,kde3 (bnc#910904)- add SOCKS5_SERVER and socks_proxy to proxy settings (bnc#928398) - Simplify version check- Handle also command lines starting with the env command as this is used by gnome xsessions (bsc#921172)- Correct the boolean in /etc/profile.d/lang.sh- Even if GDM has done language setup the personal ~/.i18n should be sourced (boo#567324)- Remove the official patch for fate#314974 as now part of systemd - Merge pull request #21 from arvidjaar/bnc/907873- Avoid sourcing /etc/bash_completion.d twice- Fix spelling of SUSE- Add the official patch for Fate#314974 (bnc#903009)/bin/sh/bin/sh/bin/sh/bin/shlamb07 1602103910 84.87+git20180409.04c9dae-lp152.14.3.184.87+git20180409.04c9dae-lp152.14.3.184.87+git20180409.04c9dae-lp152.14.3.1DIR_COLORSalias.ashalias.bashalias.tcshcomplete.bashls.bashls.tcshls.zsh.emacs.inputrcbackup-rpmdbbackup-sysconfigcheck-batterybackup-rpmdb.servicebackup-rpmdb.timerbackup-sysconfig.servicebackup-sysconfig.timercheck-battery.servicecheck-battery.timersysconfig.backupresolv+.8.gzrpmdbsysconfig/etc//etc/profile.d//etc/skel//usr/lib/base-scripts//usr/lib/systemd/system//usr/share/fillup-templates//usr/share/man/man8//var/adm/backup/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:14442/openSUSE_Leap_15.2_Update/83c8571ed16d4e25c013776e3f6fa93b-aaa_base.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxASCII textLisp/Scheme program, ASCII textPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)directoryRRRn‚a>:\utf-8be999881f1c4b7f14ca342afc7bf13bbc5480fc3defb4703eae79b0c90a4c42f?7zXZ !t//8] crv(vX098"u*ـ'Z 2K;H> gWɒߟhϚX H|CFt5Qj |_[bȊ,\ #PmR#RtNC2:q*"#AW<2Qyx>pxlĦQ{;rKSM4}Ԫ TX]W q@w`/HRʙXcGV ɄzL(lZ+Hn_[$5z%ԮTYH]Xz0x- |]6HU͓_J Imڍ[+*yģo\SoQ[q?3}h?E:`7Փ2h60qe}ϲꠣXkMCotTuv3ugS8׌aIqVT"MCPFa0jyjԄtsQ$ -=GH@(I@G JMJzaC({y(4`~b'$03(hX/8`4?5T+}45z(N9{?=ilNG^P VW k$C&Ml Z DGR u|'1;+Gnm>YuVQ?f a9bnZLw|{EHa ډS;i)ݩz M )7 %ѵ 0'=65V@Xc- <}jc>FL-ɒ*?MS6x!L7l*^8 MjB 4uf֡jc`}~1-Ww? O(sHVRsQUPHPdQL7%'TY)6yJoP0qH.wWo@wyWP;y@[Ԍf/ 6G?">BɽMM|tOlYlq'/{.mG0[S6 J{"֠ =͙S+iF"djӕ}=W J~Kł3$ƤA X#Te%nK>l;ޣ, hA`EԷ۷5FZADK( #C/MlwQJF΁? ^%/dPTi׾eolZ!ݢPo[,Q6G.Spm|chj&Wm*1Y.6 ( ou3B=z] ^rٷO${oS`8~gbg!BQ8ݴ399N;iL,n`>ۺ\zNGiO֨:۝e8G/p3ШSY⏛C'/*Bi]WBm7FnܷévfRo,ķ%tQ پԜSK.fb̻}ѐzcΧ ;25"AT\45g *v@d! MevޜDܗh$oʃn-Jd 6(.oIEvv .T`ѧ(rM^&umTc-6: w#`l:G兯ZaU`c7\ҳG@,\~JCo=WԳ/לּ'e#i!5;aһ}ʙ'I}Hk \F8-/%=yT?*]7e\i2 ܀tpMxL>i κ!FڢX-[T^ZQ~jԯ33KMl&CbyP\Kj-jYK-1mjX(Ԕ>b@<#Vkq:"o Ltgm@:s0ƐHw=oWD2j #T/;+acAc–}yAHHEDLVEӬ iʆx'$cu媿Ng@YW/ ܄,Z=5&F;N|R·Uf$֑\Ԛ׫IwuqqAO_y!zWz=%ǣH.KQV>LgC8aNglfLX:$CЀT#/|5*'(iX/g6q9_cQSyA҂'N'!J h,}nVk]"Y?&B!<}#f[ugnO0>wҘ\L؍.rjV -V} 9g)HËRiƲ zzЫOoϦ&[ hxf^'[eF:N蠁 _5N'L33lwxI;cv2꓌Wp 'THsDԚ޿pد[{#gЩ>J׬eRn`Y.xŖ)"7M9=S:Rnso||W AKmHO'%\m\|!I1XY)4s E~gfG_ZG[, *>^z 2zrHqsY_>) bJY$Gۨ&א%=w{@aW 4z]UIQWyg`յZNF,`pi*.v-CKb#rS $ Ë4 ingwqsǺ<9&ޱU3 3vwЁ,g6`b+ieʍ_q Nn0Z4P'7_ܠ),Pxp*8C;|2h Jv1/]8{.'+#ha̐3 ?+Ach]ؘsT@ά}wL@~^D7f:R&OhcWK-5#NڕLNsiLX053Iov2wosf8ؚKpD_n)t-c`׉c$hi|EݓsԌB YLig_S d{wK;*&7,\qfuG|ϫ01CڿߏE>;;݈fRb!8kq|hOl;5&fUIT0"fLtf7vM=} N}*ǀl~%伧If*&S6Y;TG/3^,C+A5o\ >-5> Dwg5_ɩv ŧ(9O.zœn֗<5R|Sy"q2LXms/bN*wJ+ra!e,ׄ,K P`{hau/=UzGGm_i8{1v+q1m\PV,.A`/ xw DLxU Mi]]؞t{CMPEB[2 }#DK4-5Stt|?lMB$MrԙV(em#1kzҕbHq&D(Cf m: %_aQb E6spTHVR9)rOjj`]Cobf(65wxgOa].TG;^&Oj\-DD␉7U>!tp 2o.`]B>!-|ć6Xi<]$f^+((Eg* [cWA$4ՠ:{'e3O%h MX'@P p;Ba[謌fg@jS;[bn:m|PV*e+ CqH>OZk[J΋(p?Fp }P{ "X dylDޓ֬ºb&洶pdֆ|A *4[qoiА+@ cUKU0.; Cȁo5 N}} zf#`N * VuzVVt-T!]L(zT!ߦaQ 0J|hpW;E?Sxz+Khn2gcm`t(3[oN.}1ddt92z jx>F5>Wvʀ &t7&? :i%sC<̗1X\+/O][5=q 0y6Iq,&nA/w/w(Vّ9++7+A{^UuE vDe_rH+EzNrl "ŏFdO.?4v SoDjW;ڔ+5/)%;0Q,dҎ…6X{?˗YN& ..#y{CgdjUiu6췉¹=4o߉S!]C<049IN=o&CVy^3>avZae2VQ47\D+w}f7 (zQ8w b(߃<(gl߼נKC] q }`n8}>j+K *8j!&FgJ"#$~~}q/o.z͸a䬵I|1b Vc\ V T8c}0N <]t5Oжs4R%8.H Q7̧c:A_խ_qli$'4W6BL?O>/Pƛ-shu ؈ABbTmEب戙qmnB`S˓[NdǏ )onwwi t'D[g/9gK%V]Փ=1n1 pcqef,6g/_m.%&p 2;5F g4R>g߾0-$ͤR>j@OmdziS<25(rVj*F2jWRڼV(xb@:*{]K 8c|AKmP'Լ+NB_)#Re⫴:5!^&z a{-V}<޽;,K%(Q(J*unj{i B+?ƨQDx7F'Cd(cdY(X;ݥ % տCl"޳zvee*3ĎܔX`nԇQgY|;5TӔK4:ֹD=+Uz{/~e/ ?6ͽ|^ZM&%K4́e)Dm'sjvJg5PV杯Pl`!nXKǘ}՝@@$B&z52Z* Sc &jj(CZ#0ֺx*k}j$Ri}Y Vx?lŚ/%DJ5tlZOnI`4ArY0< C u$Յ{wyw\ $#Yf6GP]L0٠]OK/Zv5Y'3L΄-F&痐imgXXrXy{E{|}Gعz͞L8掵A@\2<$s:+{Mg;>6 j5 O1^톦w ‹=q1&=ؿR7<,i4p]4t/W|]0\ 94 t=Q&[Zsm2z ߄~~!Z/XP6gPeL͐.u$woצC0 R'%UxGZ>־yGqyA7Lw/&0ᢎo y͎PPѢGpJYвQpjFom nX~KS)2 3G Dћ5&( $ hAx{Rf-x[T֝`]'/p\!9lɧ=C*2ߣCy$M'C_ dz+Z#˴MJ5zisg.g$RCMq6u'1zLtʎ-%Nls=YR{Cf? Ĩu:+Q[j̘Kϡ>IXV%6s=dxymLĚ+QþXi.m^fl7'w{9:H(ΰfC-`jPN۱B_tu6YR8/'?=ѓP4BEZ盰+e k ϼ>8ll,7DBz,%-EGǙ⬮ T8lRV|u =]LmDCHl![h׎YPZ?&}lQ=?W^O8 C7 n<g$imښ߃nyT[(h+A~ Ѽ*{ݏF0p~@Yy.Y\2(3/v"q:Otk4$M .bsyPCOf* 4LK#!@wzZީ :_~vH|Q۰j.Y .7>n1;/b *ܡq겊Q3-G땃k@w rS\9KE֊FC W"jH,٩#,uW@R- Nʖѐ4 (l4/+NΤ 4OwAsNeCfW̍ڑ<|9l F  Z/D\Rk"!VvnXb] jjڝ06ǁai G!(dSWJ;bVu =5)- {_*(|\!fk6",&*?CEq.b!?ySZe]kU',".Vm,R"ݾr02/_6o2zl 3y; U{0 eMDM^׍Q&ĭ 4尽 h\h`]7ſ6~ lEE3,S&n ^+磓 䔟b %ptL©5&Ni/= o~%21EYZs% mG#ٳ`AC#H\DCBn(sl)fᡞYl{*e9+s XE;|[[mHf1Bq~|@"uDBޝfR,EMq=E0)MôQ+Cxē\UXxz 1MK` K$+ҤU~=;Q#y);}`KTpP8)4ON?.>0Htԧ7',̀tѶmt1 ؊9ЯM'ۦpP4 ܅^]-<~'P~Kc<~_yؒZC{ҤHHu`hf iǮ 1Э_&~}^V#IA$ay*]bP2;/&# 5^2?`hT·rG9Ti;LDZ3jȣ;wr&^?&;h]f;`'߶y~ZdR_n,x*j41zc||<F&^:/cEޔgA"2FCɋ=x}8K.W@AJ+tSn$Lw"VHgbPc>qѤ,ύ2f|W*NZ]ƭ-}O:Z6 ri)EA cAwgާ5Y;=ϳK.ڴ Ŵ2uaypkw҄? c.5KΕ\ҏ^=s~g`/* 8T?Gbt,Ʌ?/\=yӋvl]cǬ{i3X&.4)*<s(PW#j;>B>cvʡba=y&+ږrxXBT(?mXbsA[Zn &$) WQs\&{#7,j鳯k̷4쥄-]L\9~oF ÑA#Is0l/*S7m ʔ|#e泒F7dj{#șX1NKnZ0g /$KW狨I7iYP#hPbz EnT+Frg'Ց]Kf{fIƲlғ}u􃍦(t.ONbfS^b2PPK=c I*fAB"d>NeHCM)tt DVÇ,~u M'Rf^D$jJ#hցtIq9.R8A*tf=d'+tr>a^9:UyAQt0uR!|Դ:M.u秳&/3r eԳUdl2݈Kx; olJ\a,_BZ}7(B4XdOt^O"Ub鿚~FY  lFG$sCyƞ԰ GIN5u{!bc~Ru_. ?aOUkO1ھҺIeW.٠lӏۼupb6dU,N,|>5f ?bzp7_AiښWĥ'EGU(;ͱFS1Bo*DL#Y^- YZ