Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.71.254.55
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
glibc /
debian /
debhelper.in /
[ HOME SHELL ]
Name
Size
Permission
Action
glibc-doc.docs
16
B
-rw-r--r--
glibc-doc.links
1.5
KB
-rw-r--r--
glibc-doc.manpages
350
B
-rw-r--r--
glibc-source.install
41
B
-rw-r--r--
glibc-source.lintian-overrides
2.64
KB
-rw-r--r--
libc-alt.fixperms
19
B
-rw-r--r--
libc-alt.install
166
B
-rw-r--r--
libc-alt.lintian-overrides
490
B
-rw-r--r--
libc-alt.postrm
586
B
-rw-r--r--
libc-bin.dirs
34
B
-rw-r--r--
libc-bin.install
722
B
-rw-r--r--
libc-bin.lintian-overrides
1.05
KB
-rw-r--r--
libc-bin.manpages
65
B
-rw-r--r--
libc-bin.postinst
1.25
KB
-rw-r--r--
libc-bin.triggers
440
B
-rw-r--r--
libc-dev-alt.install
633
B
-rw-r--r--
libc-dev-alt.lintian-overrides
157
B
-rw-r--r--
libc-dev-bin.install
39
B
-rw-r--r--
libc-dev-bin.manpages
31
B
-rw-r--r--
libc-dev.install
596
B
-rw-r--r--
libc-dev.install.hurd-i386
642
B
-rw-r--r--
libc-dev.lintian-overrides
150
B
-rw-r--r--
libc-devtools.install
203
B
-rw-r--r--
libc-devtools.lintian-override...
273
B
-rw-r--r--
libc-devtools.manpages
32
B
-rw-r--r--
libc-l10n.install
133
B
-rw-r--r--
libc-otherbuild.fixperms
19
B
-rw-r--r--
libc-otherbuild.install
98
B
-rw-r--r--
libc-otherbuild.lintian-overri...
679
B
-rw-r--r--
libc-otherbuild.postinst
121
B
-rw-r--r--
libc-otherbuild.postrm
118
B
-rw-r--r--
libc-prof.install
27
B
-rw-r--r--
libc-udeb.install
550
B
-rw-r--r--
libc-udeb.install.hurd-i386
630
B
-rw-r--r--
libc-udeb.links.hurd-i386
22
B
-rw-r--r--
libc.NEWS
5.23
KB
-rw-r--r--
libc.README.Debian
5.78
KB
-rw-r--r--
libc.dirs
17
B
-rw-r--r--
libc.docs
26
B
-rw-r--r--
libc.fixperms
19
B
-rw-r--r--
libc.install
158
B
-rw-r--r--
libc.lintian-overrides
586
B
-rw-r--r--
libc.postinst
5.29
KB
-rw-r--r--
libc.postrm
816
B
-rw-r--r--
libc.preinst
14.96
KB
-rw-r--r--
libc.templates
3.2
KB
-rw-r--r--
libc6-prof.README.Debian
587
B
-rw-r--r--
locales-all.NEWS
299
B
-rw-r--r--
locales-all.dirs
15
B
-rw-r--r--
locales-all.install
56
B
-rw-r--r--
locales-all.postinst
243
B
-rw-r--r--
locales-all.prerm
426
B
-rw-r--r--
locales.NEWS
1.12
KB
-rw-r--r--
locales.README.Debian
737
B
-rw-r--r--
locales.config
3.28
KB
-rw-r--r--
locales.dirs
15
B
-rw-r--r--
locales.install
370
B
-rw-r--r--
locales.links
47
B
-rw-r--r--
locales.manpages
312
B
-rw-r--r--
locales.postinst
2.46
KB
-rw-r--r--
locales.postrm
137
B
-rw-r--r--
locales.prerm
381
B
-rw-r--r--
locales.templates
1.05
KB
-rw-r--r--
nscd.dirs
15
B
-rw-r--r--
nscd.init
3.5
KB
-rw-r--r--
nscd.install
60
B
-rw-r--r--
nscd.manpages
63
B
-rw-r--r--
nscd.postrm
111
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : libc.postinst
#!/bin/sh set -e export LC_ALL=C type=$1 preversion=$2 checkpkgver () { local status pkg pkg=$1 status=$(dpkg -s $pkg 2>/dev/null | grep ^Status: | sed -e 's/^Status: \(.*\) \(.*\) \(.*\)/\3/g') if [ -n "$status" ] && [ "$status" != "not-installed" ] && [ "$status" != "config-files" ]; then echo $(dpkg -s $pkg 2>/dev/null | grep ^Version: | sed -e 's/^Version: *//'); fi } if [ "$type" = "configure" ] then # /etc/ld.so.nohwcap code: __NOHWCAP__ fi if [ "$type" = configure -a -z "$DPKG_ROOT" ] then # Load debconf module if available if [ -f /usr/share/debconf/confmodule ] ; then . /usr/share/debconf/confmodule fi if [ -n "$preversion" ] && [ -x "$(which ischroot)" ] && ! ischroot; then if dpkg --compare-versions "$preversion" lt GLIBC_VERSION; then check="" [ -f /var/run/services.need_restart ] && check=$(sort -u /var/run/services.need_restart 2>/dev/null) # Change service names back into package names, so that we can # double-check package installation. check=$(echo "$check" | \ sed -e's/\batd\b/at/g' \ -e's/\bdovecot\b/dovecot-common/g' \ -e's/\bexim4\b/exim4-base/g' \ -e's/\blpd\b/lpr/g' \ -e's/\blpd-ppd\b/lpr-ppd/g' \ -e's/\bmysql\b/mysql-server/g' \ -e's/\bsaslauthd\b/sasl2-bin/g' \ -e's/\bsmbd\b/samba/g' \ -e's/\bpostgresql\b/postgresql-common/g' \ ) # Check to see which of the services that were running at unpack # time are still around # the following substitution processes the check variable # and returns results in the services variable # NSS services check: __NSS_CHECK__ # If there are services that we *stopped* in the preinst, don't # forget to restart them now if [ -e /var/run/services.need_start ]; then services="$(sort -u /var/run/services.need_start) $services" fi if [ -n "$services" ]; then echo "Restarting services possibly affected by the upgrade:" failed="" for service in $services; do case "$service" in gdm*) idlopt="reload" ;; *) idlopt="restart" ;; esac echo -n " $service: restarting..." if invoke-rc.d ${service} $idlopt > /dev/null 2>&1; then echo "done." else echo "FAILED! ($?)" failed="$service $failed" fi done echo if [ -n "$failed" ]; then if [ -f /usr/share/debconf/confmodule ] ; then db_fset glibc/restart-failed seen false db_subst glibc/restart-failed services "$failed" if [ "$RELEASE_UPGRADE_MODE" = desktop ]; then db_input medium glibc/restart-failed || true else db_input critical glibc/restart-failed || true fi db_go || true else echo "The following services failed to start: $failed" echo echo "You will need to start these manually by running \`invoke-rc.d <service> start'" echo "If the service still fails to start, you may need to file a bug on" echo "${DPKG_MAINTSCRIPT_PACKAGE}:${DPKG_MAINTSCRIPT_ARCH} or the service involved." frontend=`echo "$DEBIAN_FRONTEND" | tr '[:upper:]' '[:lower:]'` if [ "$frontend" != noninteractive ]; then echo echo -n "Press ENTER to continue: " read foo fi fi else echo "Services restarted successfully." rm -f /var/run/services.need_start /var/run/services.need_restart fi # Shut down the frontend, to make sure none of the # restarted services keep a connection open to it if [ -f /usr/share/debconf/confmodule ] ; then db_stop fi else echo "Nothing to restart." fi fi # end upgrading and $preversion lt GLIBC_VERSION # give a reboot notification on al upgrades (LP: #1546457) if [ -x /usr/share/update-notifier/notify-reboot-required ]; then /usr/share/update-notifier/notify-reboot-required fi fi # Upgrading # Restart init. Currently handles chroots, systemd and upstart, and # assumes anything else is going to not fail at behaving like # sysvinit: TELINIT=yes if ischroot 2>/dev/null; then # Don't bother trying to re-exec init from a chroot: TELINIT=no elif [ -d /run/systemd/system ]; then # Restart systemd on upgrade, but carefully. # The restart is wanted because of LP: #1942276 # The care is needed because of https://bugs.debian.org/753725 # (if systemd --help fails the system might still be quite broken but # that seems better than the kernel panic that results if systemd # cannot reexec itself). TELINIT=no if systemd --help >/dev/null 2>/dev/null; then systemctl daemon-reexec else echo "Error: Could not restart systemd, systemd binary not working" >&2 fi elif [ -x "`which initctl`" ]; then UPSTART=$(initctl version 2>/dev/null | awk '/upstart/ {print $3}' | tr -d ')') if dpkg --compare-versions "$UPSTART" lt-nl 1.6.1; then # This is an old upstart that can't re-exec statefully: TELINIT=no touch /var/run/init.upgraded fi fi if [ "$TELINIT" = "yes" ]; then telinit u 2>/dev/null || true ; sleep 1 fi fi #DEBHELPER# exit 0
Close