Группа :: Система/Основа
Пакет: startup
Главная Изменения Спек Патчи Загрузить Bugs and FR
18 июля 2005 Alexey Borovskoy <alb at altlinux.ru> 0.9.1-alt1.M24.1
- Add Patch1
+ Change startup order for MD,LVM and EVMS to support LVM over
MD configuration. - Add Patch2
+ Add LVM shutdown.
+ Fix MD shutdown. MD with root filesystem on it will never
stopped now.
- scripts/vconfig-update: do nothing if /etc/alternatives
directory doesn't exist.
- Removed scripts: init.d/ieee1394, init.d/usb.
- init.d/fbsetfont: fixed (#3120).
- sysconfig/clock: added missing desriptions (#3496).
- Requires: filesystem >= 0:2.1.7-alt1 (due to /sys).
- rc.d/rc.sysinit:
+ mount /sys where appropriate;
+ use "swapon -a -e" to activate swap partitions (#3781);
+ removed support for obsolete /lib/modules/default;
+ removed support for obsolete /boot/System.map;
+ added evms support (#3647). - init.d/halt:
+ added nut support (#3701). - sysctl.conf:
+ removed net.ipv4.ip_always_defrag key.
- rc.d/rc.sysinit: do not initialize console powersaver so early.
- setsysfont: source /etc/sysconfig/consolefont.
- sysctl.conf: fixed comment for net.ipv4.tcp_timestamps,
thanks to Solar for the hint. - Packaged as noarch (#3407).
- rc.sysinit:
+ removed old bits of linuxconf support;
+ enhanced USEMODULES support.
- /etc/adjtime: relocated to hwclock package.
- scripts/indexhtml_update: relocated to indexhtml package.
- scripts/first_time:
+ moved menu support to menu package;
+ moved index.html support to indexhtml package;
+ moved aumix support to aumix-minimal package;
+ moved mozilla support to mozilla packages. - init.d/clock:
+ check for /etc/localtime before 'clock start';
+ try to set timezone if not set.
+ new mode: tzset. - rc.d/rc.sysinit:
When /etc/adjtime is present and non-empty, run
"clock start" after root filesystem is mounted read-write.
- init.d/ieee1394: new script (rider).
- scripts/first_time: removed kudzu call (rider).
- init.d/*: fixed lockfiles handling.
- init.d/killall: if first argument is not "start", exit.
- Added firsttime.d support (#0002287).
- init.d/fbsetfont: fixed tty initialization.
- Relocated scripts/framebuffer_setfont -> init.d/fbsetfont.
- Removed framebuffer_setfont entry from inittab.
- Dropped gen_kernel_headers in favour of adjust_kernel_headers.
- Removed update_wms and gen_kernel_headers calls from rc.sysinit.
- rc.sysinit:
+ removed (never used) devfs initialization code;
+ fixed ROOTFSTYPE initialization. - init.d/halt: call poweroff in halt mode by default.
- scripts/indexhtml_update: use subst instead of perl.
- setsysfont: use absolute() to find path.
- scripts/lang: rewritten.
- everywhere:
+ use new functions from service package;
+ set WITHOUT_RC_COMPAT=1 .
- Relocated /etc/rc?.d and /etc/rc.d/rc?.d
from this package to service package.
- Removed all service and networking code and packaged them separately.
- Renamed to startup.
- /etc/rc.d/init.d/sound: don't sort aliases in LoadModule (#0001802).
- /etc/rc.d/init.d/clock: test $HWCLOCK_ADJUST also for "true" value (#0002351).
- /etc/rc.d/init.d/functions:
+ fixed check logic in daemon() a bit (#0002407).
+ fixed return code in killproc() (#0002412). - /etc/rc.d/init.d/outformat: check argumnets being passed to tput (#0002450).
- /etc/sysctl.conf:
+ set "net.ipv4.icmp_echo_ignore_broadcasts = 1" by default (#0002472);
+ added comments from Owl's sysctl.conf file. - usernetctl: support variable definitions quoted with single quotes.