?¡ëPNG  IHDR ? f ??C1 sRGB ??¨¦ gAMA ¡À? ¨¹a pHYs ? ??o¡§d GIDATx^¨ª¨¹L¡±¡Âe¡ÂY?a?("Bh?_¨°???¡é¡ì?q5k?*:t0A-o??£¤]VkJ¡éM??f?¡À8\k2¨ªll¡ê1]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
rc.conf000066600000000641150471305750006033 0ustar00# 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 rcS-sulogin.conf000066600000001325150471305750007634 0ustar00# 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 rcS.conf000066600000002026150471305750006155 0ustar00# 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 control-alt-delete.conf000066600000000634150471305750011127 0ustar00# 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" start-ttys.conf000066600000000731150471305750007565 0ustar00# # 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 rcS-emergency.conf000066600000000656150471305750010140 0ustar00# 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 kexec-disable.conf000066600000000760150471305750010131 0ustar00# 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 prefdm.conf000066600000000545150471305750006707 0ustar00# 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 serial.conf000066600000002426150471305750006711 0ustar00# 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' splash-manager.conf000066600000001427150471305750010334 0ustar00# 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 quit-plymouth.conf000066600000000771150471305750010274 0ustar00# 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 plymouth-shutdown.conf000066600000001060150471305750011155 0ustar00# 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 init-system-dbus.conf000066600000000202150471305750010640 0ustar00# init-system-dbus - tell init process to connect to system dbus server start on started messagebus task exec /bin/kill -USR1 1 tty.conf000066600000000517150471305750006251 0ustar00# 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'