?PNG
IHDR ? f ??C1 sRGB ?? gAMA ?a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]q????T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/user1137782/www/china1.by/classwithtostring.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
PK
[Kц rc.confnu W+A # rc - System V runlevel compatibility
#
# This task runs the old sysv-rc runlevel scripts. It
# is usually started by the telinit compatibility wrapper.
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file rc.override and put your changes there.
start on runlevel [0123456]
stop on runlevel [!$RUNLEVEL]
task
export RUNLEVEL
console output
exec /etc/rc.d/rc $RUNLEVEL
PK
[s{uI rcS-sulogin.confnu W+A # rcS-sulogin - "single-user" runlevel compatibility
#
# This task runs /bin/bash during "single-user" mode,
# then continues to the default runlevel.
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file rcS-sulogin.override and put your changes there.
start on runlevel S
stop on runlevel [!S]
console owner
script
. /etc/sysconfig/init
plymouth --hide-splash || true
[ -z "$SINGLE" ] && SINGLE=/sbin/sushell
exec $SINGLE
end script
post-stop script
if [ "$RUNLEVEL" = "S" ]; then
[ -f /etc/inittab ] && runlevel=$(/bin/awk -F ':' '$3 == "initdefault" && $1 !~ "^#" { print $2 }' /etc/inittab)
[ -z "$runlevel" ] && runlevel="3"
exec telinit $runlevel
fi
end script
PK
[C# rcS.confnu W+A # rcS - runlevel compatibility
#
# This task runs the old sysv-rc startup scripts.
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file rcS.override and put your changes there.
start on startup
stop on runlevel
task
# Note: there can be no previous runlevel here, if we have one it's bad
# information (we enter rc1 not rcS for maintenance). Run /etc/rc.d/rc
# without information so that it defaults to previous=N runlevel=S.
console output
pre-start script
for t in $(cat /proc/cmdline); do
case $t in
emergency)
start rcS-emergency
break
;;
esac
done
end script
exec /etc/rc.d/rc.sysinit
post-stop script
if [ "$UPSTART_EVENTS" = "startup" ]; then
[ -f /etc/inittab ] && runlevel=$(/bin/awk -F ':' '$3 == "initdefault" && $1 !~ "^#" { print $2 }' /etc/inittab)
[ -z "$runlevel" ] && runlevel="3"
for t in $(cat /proc/cmdline); do
case $t in
-s|single|S|s) runlevel="S" ;;
[1-9]) runlevel="$t" ;;
esac
done
exec telinit $runlevel
fi
end script
PK
[2 control-alt-delete.confnu W+A # control-alt-delete - emergency keypress handling
#
# This task is run whenever the Control-Alt-Delete key combination is
# pressed. Usually used to shut down the machine.
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file control-alt-delete.override and put your changes there.
start on control-alt-delete
exec /sbin/shutdown -r now "Control-Alt-Delete pressed"
PK
[} start-ttys.confnu W+A #
# This service starts the configured number of gettys.
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file start-ttys.override and put your changes there.
start on stopped rc RUNLEVEL=[2345]
env ACTIVE_CONSOLES=/dev/tty[1-6]
env X_TTY=/dev/tty1
task
script
. /etc/sysconfig/init
for tty in $(echo $ACTIVE_CONSOLES) ; do
[ "$RUNLEVEL" = "5" -a "$tty" = "$X_TTY" ] && continue
initctl start tty TTY=$tty
done
end script
PK
[Y|,Ӯ rcS-emergency.confnu W+A # rcS-emergency - SysVinit emergency compatibility
#
# This task is run before rc.sysinit if emergency is passed to kernel
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file rcS-emergency.override and put your changes there.
console owner
task
script
. /etc/sysconfig/init
plymouth --hide-splash || true
[ -z "$EMERGENCY" ] && EMERGENCY=/sbin/sulogin
exec $EMERGENCY
end script
PK
[ߠ kexec-disable.confnu W+A # On machines where kexec isn't going to be used, free the memory reserved for it.
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file kexec-disable.override and put your changes there.
start on runlevel [!S016]
task
script
if [ ! -x /sbin/kexec ] || ! chkconfig kdump 2>/dev/null ; then
dmesg | grep --silent --max-count=1 -e '^Command line:.*crashkernel=auto' && \
echo -n "0" > /sys/kernel/kexec_crash_size 2>/dev/null
fi
exit 0
end script
PK
[/Re e prefdm.confnu W+A # prefdm - preferred display manager
#
# Starts gdm/xdm/etc by preference
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file prefdm.override and put your changes there.
start on stopped rc RUNLEVEL=5
stop on starting rc RUNLEVEL=[!5]
console output
respawn
respawn limit 10 120
exec /etc/X11/prefdm -nodaemon
PK
[Q serial.confnu W+A # Automatically start a configured serial console
#
# How this works:
#
# On boot, a udev helper examines /dev/console. If a serial console is the
# primary console (last console on the commandline in grub), the event
# 'fedora.serial-console-available ' is emitted, which
# triggers this script. It waits for the runlevel to finish, ensures
# the proper port is in /etc/securetty, and starts the getty.
#
# If your serial console is not the primary console, or you want a getty
# on serial even if it's not the console, create your own event e.g.
# /etc/init/ttyS0.conf with content:
# # ttyS0 - agetty
# #
# # This service maintains a agetty on ttyS0.
#
# stop on runlevel [S016]
# start on runlevel [23]
#
# respawn
# exec agetty -h -L -w /dev/ttyS0 115200 vt102
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file serial.override and put your changes there.
start on fedora.serial-console-available DEV=* and stopped rc RUNLEVEL=[2345]
stop on runlevel [S016]
instance $DEV
respawn
pre-start exec /sbin/securetty $DEV
exec /sbin/agetty /dev/$DEV $SPEED vt100-nav
post-stop exec /sbin/initctl emit --no-wait fedora.serial-console-available DEV=$DEV SPEED=$SPEED
usage 'DEV=ttySX SPEED=Y - where X is console id and Y is baud rate'
PK
[3 splash-manager.confnu W+A # splash-manager - requests splash screen
#
# This service emits a splash-request event when
# its time to put up the plymouth splash
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file splash-manager.override and put your changes there.
start on starting rc RUNLEVEL=[06]
task
console output
script
if [ "$RUNLEVEL" = "0" ]; then
MESSAGE=$"Shutting down..."
elif [ "$RUNLEVEL" = "6" ]; then
MESSAGE=$"Restarting..."
fi
if initctl status prefdm 2>/dev/null | grep -q stop/waiting; then
initctl emit splash-request IMMEDIATE=1 MODE=shutdown MESSAGE="$MESSAGE"
else
initctl emit splash-request MODE=shutdown MESSAGE="$MESSAGE"
fi
end script
PK
[MQ quit-plymouth.confnu W+A # quit-plymouth - script to stop boot splash
#
# This service triggers plymouth to quit when we reach the
# end of the boot cycle. We start on 'stopping rcX' to make sure
# this completes before the getty starts.
# prefdm handles quit differently, though.
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file quit-plymouth.override and put your changes there.
start on runlevel S or stopping rc RUNLEVEL=[234]
task
script
/bin/plymouth quit || :
end script
PK
[پ0 0 plymouth-shutdown.confnu W+A # plymouth-shutdown - put up shutdown splash
#
# This service triggers plymouth to put up a splash
# when leaving runlevel 5.
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file plymouth-shutdown.override and put your changes there.
start on (splash-request IMMEDIATE=1) or (splash-request and stopped prefdm)
task
console output
script
/sbin/plymouthd --mode="$MODE" || exit 1
/bin/plymouth --sysinit
/bin/plymouth --show-splash
/bin/plymouth message --text="$MESSAGE"
end script
PK
[6I init-system-dbus.confnu W+A # init-system-dbus - tell init process to connect to system dbus server
start on started messagebus
task
exec /bin/kill -USR1 1
PK
[Eб\O O tty.confnu W+A # tty - getty
#
# This service maintains a getty on the specified device.
#
# Do not edit this file directly. If you want to change the behaviour,
# please create a file tty.override and put your changes there.
stop on runlevel [S016]
respawn
instance $TTY
exec /sbin/mingetty $TTY
usage 'tty TTY=/dev/ttyX - where X is console id'
PK
[Kц rc.confnu W+A PK
[s{uI rcS-sulogin.confnu W+A PK
[C# rcS.confnu W+A PK
[2 ; control-alt-delete.confnu W+A PK
[} start-ttys.confnu W+A PK
[Y|,Ӯ 6
rcS-emergency.confnu W+A PK
[ߠ & kexec-disable.confnu W+A PK
[/Re e X prefdm.confnu W+A PK
[Q serial.confnu W+A PK
[3 I splash-manager.confnu W+A PK
[MQ quit-plymouth.confnu W+A PK
[پ0 0 plymouth-shutdown.confnu W+A PK
[6I T init-system-dbus.confnu W+A PK
[Eб\O O ! tty.confnu W+A PK W "