Changelog for
aaa_base-11-6.3.i586.rpm :
Thu Apr 15 14:00:00 2010 roAATTsuse.de
- boot.localfs: update Should-Stop dependencies
Thu Apr 15 14:00:00 2010 roAATTsuse.de
- remove reference to no longer existing package in /etc/rc.d.README
(bnc#596626)
Wed Apr 7 14:00:00 2010 roAATTsuse.de
- check if /etc/mtab is a symlink before doing fake mounts
(bnc#592676)
- start sreadahead real early in boot proces if installed
(bnc#593415)
Wed Mar 31 14:00:00 2010 agruenAATTsuse.de
- readonlyroot: Was setting STATE_MOUNT_USED instead of
SCRATCH_MOUNT_USED when something under the scratch mountpoint
was bind mounted; this could cause the scratch mountpoint to
be unmounted unexpectedly (bnc#592670).
Tue Mar 16 13:00:00 2010 eichAATTsuse.de
- add NO_KMS_IN_INITRD to sysconfig/kernel.
Wed Mar 10 13:00:00 2010 agruenAATTsuse.de
- readonlyroot: Put our temporary fstab file in /dev/shm. Also,
when an existing directory is specified in state=... on the
kernel command line, assume that the state filesystem is listed
in /etc/fstab, and has already been mounted at this location.
Mon Mar 8 13:00:00 2010 roAATTsuse.de
- drop boot.sched
Mon Mar 8 13:00:00 2010 roAATTsuse.de
- implemented more primitive status calls for boot.
* scripts
Mon Mar 8 13:00:00 2010 roAATTsuse.de
- implemented primitive status call for boot.rootfsck and
boot.localfs
Thu Mar 4 13:00:00 2010 roAATTsuse.de
- do not put ldconfig into background in recovery case (bnc#582597)
Fri Feb 26 13:00:00 2010 roAATTsuse.de
- move remounts for /dev and /dev/shm to boot.localfs
where we know mtab is sane (bnc#583247)
Wed Feb 24 13:00:00 2010 roAATTsuse.de
- chmod 1777 for /dev/shm until fixed in /lib/udev/devices
(bnc#582661)
Tue Feb 23 13:00:00 2010 agruenAATTsuse.de
- No longer call zic (the timezone compiler) from boot.clock for
creating /etc/localtime: this file is created by YaST during
installation; there is no need to recreate it at boot time.
(This code was only executed on s390 and in xen guests, too.)
Mon Feb 22 13:00:00 2010 agruenAATTsuse.de
- Readonlyroot: when the state and/or scratch filesystem is listed
in /etc/fstab it will automatically be mounted by (mount -a).
Catch this case when trying to mount it again instead of failing.
Fri Feb 19 13:00:00 2010 agruenAATTsuse.de
- Move the readonlyroot bind mount logic from boot.rootfsck into
boot.localfs and rework it:
+ No need for temporary mount points for state and scratch
anymore; default to /var/lib/readonlyroot/{state,scratch}
again.
+ Add a mechanism to automatically initialize the state
filesystem from the read-only root.
+ If there are no state (or scratch) mounts, don\'t keep the
state (or scratch) filesystem mounted.
+ Update the documentation.
Thu Feb 18 13:00:00 2010 agruenAATTsuse.de
- Disable hwclock systematic clock drift adjustment on read-only
root systems: /etc/adjtime is not writable early enough.
Thu Feb 18 13:00:00 2010 roAATTsuse.de
- make sure options for /dev/pts are honored (bnc#580924)
Tue Feb 16 13:00:00 2010 gburtAATTsuse.de
- Fix issue with chvt hanging, preventing restart (bnc#540482)
+ Add chvt-userwait.patch
Tue Feb 16 13:00:00 2010 roAATTsuse.de
- remove bogus splash check from boot.proc
Mon Feb 15 13:00:00 2010 roAATTsuse.de
- add IPV6_DISABLE to /etc/sysconfig/sysctl to disable ipv6
if module is already loaded or built-in (bnc#574789)
Mon Feb 15 13:00:00 2010 roAATTsuse.de
- integrate aaa_base-fsck-nofail.diff and devtmpfs.patch
to aaa_base.tar.bz2
- fix typo in comment in /etc/skel/.emacs (bnc#558055)
- change test for tty1 in boot.localfs and boot.rootfsck
(bnc#564325)
- /etc/init.d/boot: use devtmpfs for /dev if available (bnc#561990)
- do not rewrite /etc/adjtime needlessly (bnc#570245)
Mon Feb 15 13:00:00 2010 mmarekAATTsuse.cz
- /etc/init.d/boot: Do not remount /dev if devtmpfs is used
(bnc#578252).
Thu Feb 11 13:00:00 2010 agruenAATTsuse.de
- Some minor updates to rwtab.5.
Fri Jan 29 13:00:00 2010 agruenAATTsuse.de
- /etc/init.d/random: Do not seed the random number generator from
a read-only file: otherwise, the random number generator will
always end up in the exact same state after a reboot.
Thu Jan 28 13:00:00 2010 agruenAATTsuse.de
- /etc/rwtab: Add /var/adm/netconfig/md5 and /etc/yp.conf.
Thu Jan 28 13:00:00 2010 agruenAATTsuse.de
- boot.rootfsck: Only mount the state and scratch filesystems at a
temporary location if STATE_MOUNT and SCRATCH_MOUNT is not
defined in /etc/sysconfig/readonlyroot.
- etc/sysconfig/readonlyroot: Do not define STATE_MOUNT or
SCRATCH_MOUNT by default.
Wed Jan 27 13:00:00 2010 agruenAATTsuse.de
- boot.rootfsck: Mount the state and scratch filesystems at a
temporary location (in /dev/readonlyroot) and umount them again
after rwtab processing: mounting them permanently under /var/lib
fails here if /var is on a separate device.
- boot.localfs: Don\'t give an error message when cleaning up
leftover files on a read-only root filesystem fails.
Wed Jan 27 13:00:00 2010 lnusselAATTsuse.de
- boot.localfs: let fsck handle nofail mount option (bnc#574326)
Mon Jan 11 13:00:00 2010 agruenAATTsuse.de
- Convert /etc/rwtab into a %config(noreplace) file.
Fri Jan 8 13:00:00 2010 mmarekAATTsuse.cz
- ignore /sbin/mdmon between SIGTERM and SIGKILL (fate#306823).
Thu Jan 7 13:00:00 2010 agruenAATTsuse.de
- Add read-only root filesystem support (fate#307235) using bind
mounts.
Fri Dec 4 13:00:00 2009 roAATTsuse.de
- fix some issues with boot.clock and xen (bnc#550697)
Fri Oct 30 13:00:00 2009 mmarekAATTsuse.cz
- wait for raid arrays to become clean before shutdown or reboot
(fate#306823).
Fri Oct 30 13:00:00 2009 msebenAATTnovell.com
- added SEND_OUTPUT_ON_NO_ERROR option to /etc/sysconfig/cron (fate#305279)
Wed Oct 7 14:00:00 2009 wernerAATTsuse.de
- Remove SuSEconfig.clock and simplify refresh_initrd (bnc#538357)
Tue Oct 6 14:00:00 2009 wernerAATTsuse.de
- Refresh initrd if CMOS clock is set to local time (bnc#538357)
Tue Oct 6 14:00:00 2009 wernerAATTsuse.de
- Use option -c on grotty command to diaable escape sequences in
/etc/init.d/README (bnc#543957)
Tue Sep 29 14:00:00 2009 wernerAATTsuse.de
- The halt script should not shutdown network for iSCSI (bnc#513928)
Wed Sep 16 14:00:00 2009 cooloAATTnovell.com
- DO_FASTBOOT is now yes/no, no longer empty (bnc#538362)
Mon Aug 31 14:00:00 2009 roAATTsuse.de
- boot.clock:
check if system timezone already set by initrd (bnc#534816)
Wed Jul 22 14:00:00 2009 roAATTsuse.de
- adapt boot.clock to changed hwclock/util-linux:
- drop --hctosys for utc case
- replace by --systz for non-utc case
Fri May 8 14:00:00 2009 wernerAATTsuse.de
- Add missing line in boot.clock
Thu May 7 14:00:00 2009 wernerAATTsuse.de
- At shutdown boot.clock should be executed
*before
* boot.apparmor
otherwise it may happen that /etc/localtime is not readable and
localtime(3) may fall back to UTC time as system default (bnc#492921).
Tue Apr 28 14:00:00 2009 wernerAATTsuse.de
- Move mkinitrd scripts to mkinitrd
Tue Apr 21 14:00:00 2009 wernerAATTsuse.de
- Avoid possible race between rtc_cmos and running date
Mon Apr 20 14:00:00 2009 wernerAATTsuse.de
- boot.clock: make status argument work and add argument timezone
- boot.clock: for s390 make date command accurate as possible
- Rename mkinitrd script setup-rtc.sh to setup-clock.sh and
add boot-clock.sh, also check for including boot-rtc.sh the
existence of the rtc_cmos module to avoid fatal errors
Fri Apr 17 14:00:00 2009 wernerAATTsuse.de
- boot.clock: write system time only back to HW clock if kernel
time status shows that clocks are unsynchronized
- Add two helper scripts for mkinitrd to add and load rtc_cmos
module and add /etc/localtime to initrd (bnc#492921)
Thu Apr 16 14:00:00 2009 wernerAATTsuse.de
- Make boot.clock more tough due udev timings (bnc#492921)
- Remove /etc/adjtime in boot.clock if left over (bnc#495417)
Mon Mar 30 14:00:00 2009 wernerAATTsuse.de
- bash.bashrc: append history to avoid override the history with
two parallel bash sessions.
Tue Mar 24 13:00:00 2009 roAATTsuse.de
- fix typo in comment in bash.bashrc (bnc#487742)
Mon Feb 16 13:00:00 2009 roAATTsuse.de
- fix typo in etc/init.d/rc (bnc#469242)
Fri Feb 13 13:00:00 2009 roAATTsuse.de
- test if /sbin/splash exists in /etc/init.d/halt (bnc#467637)
Thu Feb 12 13:00:00 2009 cooloAATTsuse.de
- do not try fsck on file systems unknown to stat (kiwi live cds)
Fri Feb 6 13:00:00 2009 wernerAATTsuse.de
- Enhance single user mode for shutdown (bnc#473043)
Wed Feb 4 13:00:00 2009 roAATTsuse.de
- drop broken 0size file in man8
Mon Jan 26 13:00:00 2009 cooloAATTsuse.de
- removing the timeout, there is no good timeout value (bnc#426270)
Fri Jan 23 13:00:00 2009 cooloAATTsuse.de
- wait for udev to settle the modprobe events (bnc#426270)
Wed Jan 21 13:00:00 2009 roAATTsuse.de
- fixed typo in xdg-environment.sh (thanks to mmeier)
Wed Jan 21 13:00:00 2009 wernerAATTsuse.de
- Reenable Alt-BackSpace for delete word in XTerm in UTF-8 mode
Tue Jan 20 13:00:00 2009 wernerAATTsuse.de
- Bash: support wildcards in completion of cd command (bnc#463477)
Tue Jan 20 13:00:00 2009 roAATTsuse.de
- make mounting in /etc/init.d/boot less error prone
Fri Jan 16 13:00:00 2009 roAATTsuse.de
- remount /dev in /etc/init.d/boot if already mounted (bnc#466718)
Thu Jan 8 13:00:00 2009 wernerAATTsuse.de
- Do not jump back to HOME for a login shell (bnc#458940)
Thu Jan 8 13:00:00 2009 roAATTsuse.de
- add quoting to xdg-environment.
*sh (bnc#463175)
Fri Dec 19 13:00:00 2008 roAATTsuse.de
- fix bug in /etc/init.d/boot to mount sysfs correctly if missing
Tue Dec 16 13:00:00 2008 roAATTsuse.de
- fix metadata in sysconfig.cron (bnc#457093)
Thu Dec 11 13:00:00 2008 roAATTsuse.de
- only mount /proc and /sys if not mounted already
(bnc#457984)
Wed Dec 10 13:00:00 2008 bwalleAATTsuse.de
- Make /sbin/get_kernel_version a bit more tolerant: Accept
\'2.6.27.private-ppc64\' as version string. (bnc #441821)
Wed Dec 10 13:00:00 2008 wernerAATTsuse.de
- Do not set CMOS HW clock on XEN systems (bnc#422010)
- use mkill(8) instead of fuser
Mon Dec 8 13:00:00 2008 roAATTsuse.de
- updated list of settings for DEFAULT_WM (from control.xml)
(bnc#445646)
Mon Dec 8 13:00:00 2008 roAATTsuse.de
- keep \"you\" from starting twice because of broken alias
(bnc#441053)
Fri Dec 5 13:00:00 2008 wernerAATTsuse.de
- Use the new vhangup tool to cause processes on vc\'s to quit.
This avoids fuser call which may hang if NFS is used.
- The fuser call to terminate processes with write access to the
root file system is not required anymore due fix for bnc#442753.
Thu Dec 4 13:00:00 2008 roAATTsuse.de
- if /var is an extra partition, kill processes accessing it
before calling umount (bnc#435315,bnc#450980)
Mon Nov 24 13:00:00 2008 olhAATTsuse.de
- speed up boot.rootfsck
- remove useless checks to set MAY_FSCK
- avoid execution of on_ac_power unless necessary
- avoid stat call to detect root on net filesystem unless needed
Thu Nov 20 13:00:00 2008 roAATTsuse.de
- comment fix in sysconfig.cron (related bnc#442059)
- chkconfig: fix when specifying run-levels (bnc#446839)
Thu Nov 20 13:00:00 2008 wernerAATTsuse.de
- hwclock now allows to use --adjust and --hctosys with one call,
caving us exactly 1s of CPU and boot time (bnc#441106)
Wed Nov 19 13:00:00 2008 roAATTsuse.de
- don\'t try to check rootfs if it is a network filesystem
(bnc#441234)
Wed Nov 19 13:00:00 2008 roAATTsuse.de
- remove patch aaa_base.disable-ps3-vram-swap.patch again
Tue Nov 18 13:00:00 2008 meissnerAATTsuse.de
- disable MALLOC debugging for openSUSE 11.1 RC1. (bnc#441937)
Mon Nov 17 13:00:00 2008 wernerAATTsuse.de
- Make hwclock work: do not unmount root fs unintended (bnc#442753)
- Make hwclock work: load rtc_cmos module if available (bnc#444680)
Mon Nov 17 13:00:00 2008 roAATTsuse.de
- boot.cleanup: cleanup ntp chroot (bnc#443423)
Fri Nov 14 13:00:00 2008 mrueckertAATTsuse.de
- remove the patching of the MAIL_LEVEL setting.
Thu Nov 6 13:00:00 2008 wernerAATTsuse.de
- Fix chkconfig to make option `-s
on\' (bnc#422433)
Wed Nov 5 13:00:00 2008 wernerAATTsuse.de
- rs.status: don\'t use escape seqs if not on a tty (bnc#422004)
Wed Nov 5 13:00:00 2008 roAATTsuse.de
- usr/sbin/Check: skip dir if \".\" or \"..\" is in MANPATH
(bnc#426646)
Fri Oct 31 13:00:00 2008 wernerAATTsuse.de
- Do not override locale if already set by the GDM (bnc#440371)
Thu Oct 23 14:00:00 2008 sassmannAATTsuse.de
- add patch aaa_base.disable-ps3-vram-swap.patch to disable using
video ram as swap on PS3. This this causes the system to hang
with FW 2.50.
Tue Oct 21 14:00:00 2008 wernerAATTsuse.de
- Make chkconfig be aware of new feature of insserv (bnc#422433)
Tue Oct 21 14:00:00 2008 kukukAATTsuse.de
- Only set PAGER to less if less is installed [bnc#436958]
Wed Oct 15 14:00:00 2008 roAATTsuse.de
- add missing \";;\" in several boot scripts
(bnc#455521,bnc#455522,bnc#455523,bnc#455524,bnc#455508,
bnc#455511,bnc#455513)
Wed Oct 15 14:00:00 2008 roAATTsuse.de
- add missing \";;\" in boot.clock (bnc#432381)
Fri Oct 10 14:00:00 2008 garloffAATTsuse.de
- Remove SCHED_MINTIMESLICE/MAXTIMESLICE from sysconfig.kernel,
it\'s been dysfunctional for a while.
Thu Oct 2 14:00:00 2008 wernerAATTsuse.de
- Do not set TEXINPUTS to make luatex work (bnc#429345)
- Use /bin/grep in profile.csh (bnc#429336)
Fri Sep 26 14:00:00 2008 dmuellerAATTsuse.de
- update chkconfig manpage (bnc#411221)
Thu Sep 11 14:00:00 2008 mkoenigAATTsuse.de
- skip fsck if running on battery [fate#303375]
Thu Sep 11 14:00:00 2008 roAATTsuse.de
- modify_resolvconf is gone, call \"netconfig update\" instead
Tue Sep 2 14:00:00 2008 hareAATTsuse.de
- add \'hvc0\' as valid console for s390x.
Tue Aug 19 14:00:00 2008 roAATTsuse.de
- remove deprecated \"-p\" option from fillup_and_insserv call
- remove rc.config related snippets (from before sles8)
Mon Aug 18 14:00:00 2008 roAATTsuse.de
- fix header for boot.localnet
Mon Aug 11 14:00:00 2008 wernerAATTsuse.de
- Fix shell syntax in boot scripts from last change
- Fix some boot script dependencies
Fri Aug 8 14:00:00 2008 wernerAATTsuse.de
- Implement forcefsck from kernels command line (bnc#379597)
Fri Aug 8 14:00:00 2008 wernerAATTsuse.de
- In boot.localfs: generate list of virtual fs on the fly
Thu Aug 7 14:00:00 2008 wernerAATTsuse.de
- In halt script: use option -r of umount
- In boot.localfs: be sure that / is not busy by using the new -w
option of fuser for terminating all proccesses with write access
Thu Aug 7 14:00:00 2008 schwabAATTsuse.de
- Fix shell function syntax.
Tue Aug 5 14:00:00 2008 wernerAATTsuse.de
- Start blogd after /dev/pts is mounted (bnc#410301) and related
changes for better mainframe support in boot, rc, and halt.
Mon Aug 4 14:00:00 2008 roAATTsuse.de
- added sourcing of command_not_found handlers to bash.bashrc
(bnc#412558)
Mon Aug 4 14:00:00 2008 schwabAATTsuse.de
- Fix missing test in reboot script.
Wed Jul 30 14:00:00 2008 wernerAATTsuse.de
- More work on bnc#379745: after sync, stop inactive md arrays,
enforce clean state of active md arrays.
- Avoid error output /etc/rc.status due failed stty
Mon Jul 28 14:00:00 2008 wernerAATTsuse.de
- Add missing test on ~/.hushlogin in csh.login
Fri Jul 25 14:00:00 2008 wernerAATTsuse.de
- Make login procedure of bash and tcsh more equal (bnc#401470)
Tue Jul 22 14:00:00 2008 wernerAATTsuse.de
- Restore the broken arch_special tar ball (bnc#410237)
- Remove boot.getclock as insserv now can handle this
- Some more cleanups for new insserv
Fri Jul 18 14:00:00 2008 wernerAATTsuse.de
- Make boot scripts know about new upcoming startpar and insserv
Wed Jul 16 14:00:00 2008 roAATTsuse.de
- compile get_kernel_version with largefile support (bnc#398593)
Fri Jul 4 14:00:00 2008 wernerAATTsuse.de
- Add missing `test\' in /etc/init.d/boot (bnc#406202)
Thu Jul 3 14:00:00 2008 wernerAATTsuse.de
- Check for /sys/kernel/kexec_loaded before reading it (bnc#387601)
Fri Jun 20 14:00:00 2008 dmuellerAATTsuse.de
- readd malloc debugging hooks for 11.1
- bump version
Fri Jun 13 14:00:00 2008 wernerAATTsuse.de
- Detect SIGWINCH during boot and runlevel switch
Mon Jun 9 14:00:00 2008 wernerAATTsuse.de
- Better workaround for colon in directors names (bnc#398369)
Wed Jun 4 14:00:00 2008 wernerAATTsuse.de
- More on bnc#388327: do not umnount tmpfs devices like /dev
Tue Jun 3 14:00:00 2008 meissnerAATTsuse.de
- remove malloc debugging for the release.
Tue Jun 3 14:00:00 2008 wernerAATTsuse.de
- boot.localfs: /tmp could be a memory based tmpfs (bnc#388327)
Mon Jun 2 14:00:00 2008 roAATTsuse.de
- marked /etc/bash.bashrc as config (bnc#382804)
Mon Jun 2 14:00:00 2008 roAATTsuse.de
- change sysconf_addword to work with sed instead of ed
(bnc#377131)
Wed May 28 14:00:00 2008 wernerAATTsuse.de
- Make colon work in _cd_ expansion shell function even if part
of COMP_WORDBREAKS (bnc#391955)
Tue May 20 14:00:00 2008 wernerAATTsuse.de
- Remove last occurence of boot.setclock (bnc#384254)
Mon May 19 14:00:00 2008 wernerAATTsuse.de
- Move udev from the Required to the PreRequired list (bnc#384254)
- Rename boot.setclock to boot.clock but preserve boot.getclock
this avoid to get temporary boot.clock provided twice during
update (bnc#384254)
Fri May 9 14:00:00 2008 olhAATTsuse.de
- enable swap to ps3vram in boot.swap
Thu May 8 14:00:00 2008 wernerAATTsuse.de
- Read status of /sys/kernel/kexec_loaded into a variable
Thu May 8 14:00:00 2008 ajAATTsuse.de
- Fix specfile for last change.
Wed May 7 14:00:00 2008 wernerAATTsuse.de
- Add both patches (aaa_base-chkconfig-help.patch and
aaa_base-lsb-keywords-patch) to source tree
- Add kexec call in halt script if a kernel is loaded (bnc#387601)
Tue May 6 14:00:00 2008 lruppAATTsuse.de
- added help for \'chkconfig -A\' option (bnc#371548)
(aa_base-chkconfig-help.patch)
- add some lsb-keywords to the init scripts
(aa_base-lsb-keywords-patch)
- recommend cron as this is not installed per default
- disable \"Obsoletes: tpctl\" for now
- added aaa_base-rpmlintrc to suppress some rpmlint warnings
Mon May 5 14:00:00 2008 wernerAATTsuse.de
- Replace `/bin/hostname -s\' with `/bin/uname -n\' (bnc#386621)
- Also change reference boo.clock in sysconfig and add boot.clock
as an alias within boot.setclock (bnc#386354)
Wed Apr 23 14:00:00 2008 wernerAATTsuse.de
- Force installing ncurses-utils to have tput and reset around
Mon Apr 21 14:00:00 2008 wernerAATTsuse.de
- Apply last change also for insserv call
Fri Apr 18 14:00:00 2008 wernerAATTsuse.de
- Split boot.clock into two scripts for boot and shutdown
Todo: make insserv knowing about Required-Stop to merge them
again to one boot.clock.
Fri Apr 18 14:00:00 2008 wernerAATTsuse.de
- If tac is used for reversed reading set TMPDIR to /dev/shm
Thu Apr 17 14:00:00 2008 wernerAATTsuse.de
- Fix wrong redirection of stdout/stderror in boot.localfs
Tue Apr 15 14:00:00 2008 wernerAATTsuse.de
- Fix wrong regular bash expression (bnc#379745)
Mon Apr 7 14:00:00 2008 dkukawkaAATTsuse.de
- fixed bnc#341035: removed /media/.hal-mtab from
/etc/init.d/boot.rootfsck
Wed Mar 19 13:00:00 2008 roAATTsuse.de
- add missing \"#\" before comments in last change
Tue Mar 18 13:00:00 2008 wernerAATTsuse.de
- Use common code only once for halt/reboot/single
Thu Mar 6 13:00:00 2008 wernerAATTsuse.de
- Touch file /success only on rw mounted root fs (bnc#367315)
Tue Mar 4 13:00:00 2008 mkoenigAATTsuse.de
- boot.localfs:
fsck Option -m changed to -M
change hotplug to nofail
Tue Feb 26 13:00:00 2008 roAATTsuse.de
- updated mime.types (bnc#216934)
- ecmascript changed from \"es\" to \"ecma\"
- audio/x-it removed
- text/x-csharp removed
Tue Feb 19 13:00:00 2008 wernerAATTsuse.de
- boot.swap: compare inode/device pairs of listed swap devices and
fstab swap entries (bnc#362935)
Tue Feb 12 13:00:00 2008 rguentherAATTsuse.de
- Add requires to /bin/login, required from inittab invoking
mingetty with default arguments.
Mon Feb 11 13:00:00 2008 wernerAATTsuse.de
- No indirect calls of binaries but use explicit path (bnc#353437)
Thu Jan 31 13:00:00 2008 roAATTsuse.de
- run yast2 firstboot if needed in etc/init.d/boot (#354738)
Thu Jan 24 13:00:00 2008 wernerAATTsuse.de
- Set HW clock before mounting the local file systems
Wed Jan 23 13:00:00 2008 roAATTsuse.de
- use if/then instead of plain test
Wed Jan 23 13:00:00 2008 mrueckertAATTsuse.de
- only copy the secring if it really exists.
Wed Jan 23 13:00:00 2008 roAATTsuse.de
- don\'t overwite root/.gnupg/secring.gpg
Mon Jan 14 13:00:00 2008 ajAATTsuse.de
- Fix typo.
Fri Jan 11 13:00:00 2008 roAATTsuse.de
- skeleton.compat (fix bash error) (#351386)
Wed Jan 9 13:00:00 2008 wernerAATTsuse.de
- Test for the sticky bit on /etc/profile.d/
*.(sh|csh) files and
if set for a file do not source it (bug #340737)
Tue Jan 8 13:00:00 2008 roAATTsuse.de
- remove checks for sysconfig/dump and DUMP_ACTIVE (#348656)
- updated \"you\" alias (#326075)
- weaken requires for logrotate to recommends (#348549)
Tue Jan 8 13:00:00 2008 wernerAATTsuse.de
- Fix small typo in /etc/rc.status function rc_check()
Mon Jan 7 13:00:00 2008 schwabAATTsuse.de
- Cleanup gpg agent sockets on boot.
Mon Jan 7 13:00:00 2008 schwabAATTsuse.de
- Fix last change.
- Cleanup.
Tue Dec 18 13:00:00 2007 roAATTsuse.de
- don\'t remove /var/run/utmp during boot to fix \"who -b\" (#302036)
Fri Dec 14 13:00:00 2007 roAATTsuse.de
- remove requires for aaa_skel
- provide and obsolete aaa_skel (dropped package)
Wed Dec 12 13:00:00 2007 wernerAATTsuse.de
- Adjust file for hwclock<->sysclock only on UTC hwclock (#223365)
Mon Dec 10 13:00:00 2007 roAATTsuse.de
- moved /etc/skel/.inputrc and /etc/skel/.emacs from aaa_skel to
here
Wed Dec 5 13:00:00 2007 dmuellerAATTsuse.de
- add .lzma to DIR_COLORS
Tue Dec 4 13:00:00 2007 wernerAATTsuse.de
- Do not read ~/.bashrc in case of /bin/sh (bug #340952)
Mon Dec 3 13:00:00 2007 roAATTsuse.de
- for zsh, do not source bash.bashrc (#343621)
Fri Nov 9 13:00:00 2007 olhAATTsuse.de
- do not run swapoff -a during shutdown, only deactivate swapfiles
swap can not become unclean like filesystems (#342757)
Wed Oct 31 13:00:00 2007 roAATTsuse.de
- added psmisc as requires (fuser needed for /etc/init.d/reboot)
(#334247)
Tue Oct 30 13:00:00 2007 roAATTsuse.de
- added sysconf_addword to /usr/sbin (#328599)
Tue Oct 30 13:00:00 2007 roAATTsuse.de
- fix setting for XDG_DATA_DIRS (#300678)
Tue Oct 30 13:00:00 2007 roAATTsuse.de
- remove remounting of rootfs from boot.rootfsck
(handled by initrd for quite a while already)
(#335174,#286759)
Fri Oct 19 14:00:00 2007 meissnerAATTsuse.de
- add malloc-debug.csh to special files too.
Wed Oct 17 14:00:00 2007 meissnerAATTsuse.de
- renabled MALLOC_CHECK_ for FACTORY, for both sh and csh.
Tue Oct 16 14:00:00 2007 schwabAATTsuse.de
- Remove .hal-mtab on boot [#329688].
Tue Oct 16 14:00:00 2007 roAATTsuse.de
- second try to fix hostname setting (#300571)
Tue Oct 9 14:00:00 2007 roAATTsuse.de
- remove sysconfig/sw_management (#331955)
Fri Oct 5 14:00:00 2007 jjollyAATTsuse.de
- Using hostname option from \'ip\' boot parameter (#300571)
Fri Sep 14 14:00:00 2007 roAATTsuse.de
- sysconfig/sysctl: enhance ENABLE_SYSRQ value:
apart from yes/no this variable can hold a numeric value
to enable specific sysrq controls (#257405)
- default is now \"176\" (allow s,u,b)
Thu Sep 13 14:00:00 2007 meissnerAATTsuse.de
- remove MALLOC_CHECK_ for RC1.
Wed Sep 12 14:00:00 2007 wernerAATTsuse.de
- Some cleanups in /etc/init.d/halt which may help for #309123
Tue Sep 11 14:00:00 2007 cooloAATTsuse.de
- always patch XDG_
* (#300678 - with the help of werner)
- fix typo in xdg-enviroment
Wed Sep 5 14:00:00 2007 mawAATTsuse.de
- Add /usr/share/gnome to XDG_DATA_DIRS (#307213).
Tue Sep 4 14:00:00 2007 bwalleAATTsuse.de
- get_kernel_version: make check more strict to usage on kernel
dumps (#307326)
Fri Aug 31 14:00:00 2007 rguentherAATTsuse.de
- Drop procps BuildRequires again.
Wed Aug 29 14:00:00 2007 wernerAATTsuse.de
- Sort out useful terminals before accessing them (bug #293842)
Fri Aug 17 14:00:00 2007 schwabAATTsuse.de
- Remove some unnecessary verboseness when waiting for processes.
Sat Aug 11 14:00:00 2007 dmuellerAATTsuse.de
- rebuild ldconfig cache if its corrupt (#259001)
- fix boot.localfs output (#285865)
Fri Aug 10 14:00:00 2007 schwabAATTsuse.de
- Remove conflicting readline bindings [#299415].
Fri Aug 10 14:00:00 2007 trennAATTsuse.de
- Enhance comments for ACPI_DSDT= variable in sysconfig/kernel
Fri Aug 3 14:00:00 2007 dmuellerAATTsuse.de
- re-add change lost in last update
Wed Aug 1 14:00:00 2007 adrianAATTsuse.de
- add mimetypes for .ymp and .ymu files (#295677)
Mon Jul 30 14:00:00 2007 dmuellerAATTsuse.de
- remove /bin/ps prereq and replace it with $SHELL
Fri Jul 27 14:00:00 2007 cooloAATTsuse.de
- revert the last two changes as they break too much for the moment
Fri Jul 27 14:00:00 2007 wernerAATTsuse.de
- Add /bin/ps to PreReq and procps to BuildRequires for last change
Thu Jul 19 14:00:00 2007 wernerAATTsuse.de
- Add restricted detection in profile and bash.bashrc (#293038)
Thu Jul 19 14:00:00 2007 wernerAATTsuse.de
- Small correction in inputrc for urxvt, mlterm, and konsole
Mon Jul 16 14:00:00 2007 wernerAATTsuse.de
- Update inputrc to fit current xterm and others (bug #262330)
Fri Jun 22 14:00:00 2007 cooloAATTsuse.de
- add a special case for splash not terminating - it\'s there on
purpose
Fri Jun 22 14:00:00 2007 cooloAATTsuse.de
- remove 8 seconds worth of sleep() time from shutdown
Wed Jun 20 14:00:00 2007 dmuellerAATTsuse.de
- skeleton: change sendmail to generic smtp dependency
- etc/init.d/
*: add Short-Description tags
- add insserv_cleanup postun
Mon Jun 18 14:00:00 2007 cooloAATTsuse.de
- let klogd sync its own file instead of all partitions
Mon Jun 18 14:00:00 2007 wernerAATTsuse.de
- Sometimes /etc/sysconfig/bootsplash is missed (bug #284891)
Tue Jun 5 14:00:00 2007 mkoenigAATTsuse.de
- remove nfs, now part of nfs-client
Tue Jun 5 14:00:00 2007 roAATTsuse.de
- etc/init.d/boot.localfs:
- handle /sys more like /proc
- etc/init.d/halt:
- don\'t umount /proc in the end, halt(8) might need it
- source sysconfig/bootsplash since we try to use $SPLASH
Mon Jun 4 14:00:00 2007 mfabianAATTsuse.de
- Bugzilla #279934: ssh sends the locale environment variables
even for non-login shells, therefore one should not test for
SSH_TTY in /etc/profile.d/
*.ssh but for SSH_CONNECTION,
otherwise /etc/profile.d/lang.{sh,csh} overwrites the locale
with the system default again (Thanks to Werner Fink).
Mon Jun 4 14:00:00 2007 wernerAATTsuse.de
- Be sure the the option -P of shutdown works (bug #274042)
Fri Jun 1 14:00:00 2007 lnusselAATTsuse.de
- move permissions.local to permissions package
Fri Jun 1 14:00:00 2007 lnusselAATTsuse.de
- move sysconfig.boot.crypto to cryptsetup package
Wed May 30 14:00:00 2007 varkolyAATTsuse.de
- move sysconfig.mail into yast2-mail
Wed Apr 25 14:00:00 2007 wernerAATTsuse.de
- Check for exported PS1 variable (bug #261203)
Tue Apr 24 14:00:00 2007 lnusselAATTsuse.de
- move boot.crypto to util-linux-crypto (#257884)
Mon Apr 16 14:00:00 2007 wernerAATTsuse.de
- Remove old Makefile check shorten boot time by 2 secs (#262676)
Mon Mar 19 13:00:00 2007 rguentherAATTsuse.de
- Do not require suse-build-key.
- Do not mess with roots keychain.
Tue Mar 13 13:00:00 2007 wernerAATTsuse.de
- Fix of the fix for bugzilla #244788: be sure that the ~/.bashrc
is sourced once, not more not less.
Wed Mar 7 13:00:00 2007 wernerAATTsuse.de
- Use colored root prompt (bugzilla #144620)
Tue Mar 6 13:00:00 2007 rguentherAATTsuse.de
- fix order of changelog entries
- do not fix owner and group of RPM_BUILD_ROOT
Thu Mar 1 13:00:00 2007 roAATTsuse.de
- remount /proc and /sys to make sure fstab options are in effect
(#250237)
Thu Mar 1 13:00:00 2007 roAATTsuse.de
- added \"application/flash-video flv\" to mime.types (#245507)
Thu Mar 1 13:00:00 2007 roAATTsuse.de
- accept spaces in dirname in nfs client script (#232356)
Tue Feb 27 13:00:00 2007 wernerAATTsuse.de
- Oops, check also for profile within bashrc before assuming the
default behaviour of the bash (#244788)
Mon Feb 26 13:00:00 2007 wernerAATTsuse.de
- Do not source bashrc twice if sourcing profile for ssh (#244788)
- Expand local ./files for manual pages within bash (#248865)
Thu Feb 15 13:00:00 2007 wernerAATTsuse.de
- Use plain bourne shell syntax for bug #231716 (bug #245740)
Wed Feb 14 13:00:00 2007 wernerAATTsuse.de
- Both bash and tcsh should have the same path (bug #227416)
- Be carefull about X11 paths (bug #227416)
- bash complete: if cdable_vars is set expand variables on cd,
handle CDPATH variable, and append the / on the result if missed
Tue Feb 13 13:00:00 2007 wernerAATTsuse.de
- Correct lang.sh (bug #241056)
- Add support for new init feature INIT_HALT=POWEROFF/HALT
Mon Jan 29 13:00:00 2007 sbrabecAATTsuse.cz
- Removed references to /opt/gnome.
Mon Jan 29 13:00:00 2007 wernerAATTsuse.de
- boot.crypto: use boot.localfs instead of $local_fs, remove the
boot.klog and dependcies of boot.localfs (#140226)
- boot.crypto: add support for restart/reload of services for
interactive usage of boot.crypto (#146388)
- boot.crypto: add latest support for cryptsetup from
Chris Rivera (Fate#253)
- boot.crypto: check return values of losetup for short passphrase
(#197493)
Fri Jan 26 13:00:00 2007 roAATTsuse.de
- boot.localfs: use grep instead of bash-loop to speedup
parsing for large /proc/partitions (#201501)
- fixed javascript entries in mime.types (#216934)
- added comment to permissions.local about letting the file
end with a newline (#224151)
- drop CREATE_INFO_DIR sysconfig variable, obsolete for years.
(#231584)
- added Required-Start: to boot.sched (#231676)
- mark /etc/profile.d files as config (#232083)
Fri Jan 19 13:00:00 2007 wernerAATTsuse.de
- Don\'t mix shell and environment variable within locale (#236063)
Fri Jan 19 13:00:00 2007 roAATTsuse.de
- /etc/profile.d/xdg-environment.{sh,csh}
respect /opt/
*/share/applications and /etc/opt/
*/xdg
(Fate#301042)
Tue Jan 16 13:00:00 2007 meissnerAATTsuse.de
- enable malloc debug again for factory.
Fri Jan 12 13:00:00 2007 wernerAATTsuse.de
- Don\'t use shell function if the program \'which\' exists (#231716)
Fri Jan 12 13:00:00 2007 roAATTsuse.de
- added SYNC_ZMD_TO_ZYPP to sysconfig/sw_management
Fri Dec 22 13:00:00 2006 roAATTsuse.de
- remove aspx from /etc/mime.types (#229258)
Wed Dec 20 13:00:00 2006 roAATTsuse.de
- call umount in \"rcnfs stop\" if there are any active nfs mounts
(#103217)
Fri Dec 8 13:00:00 2006 olhAATTsuse.de
- adapt s390 inittab patch
Thu Dec 7 13:00:00 2006 olhAATTsuse.de
- add also runlevel 4 to the disabled /sbin/smart_agetty entry (223983)
Mon Dec 4 13:00:00 2006 wernerAATTsuse.de
- Escape not only braces but all COMP_WORDBREAKS (#225284)
Wed Nov 29 13:00:00 2006 roAATTsuse.de
- added rxvt-unicode,screen-256color,xterm-256color to DIR_COLORS
- removed rbash from /etc/shells (#223159)
Mon Nov 20 13:00:00 2006 roAATTsuse.de
- added sysconfig/sw_management to set preferred update stack
if both are installed (defaulting to zlm) (#219390)
Wed Nov 15 13:00:00 2006 wernerAATTsuse.de
- Remove /etc/init.d/Makefile (bug #204383)
- Append /dev/shm/initrd.msg to /var/log/boot.msg
- Make ls alias work even for rbash (bug #214254)
Tue Nov 7 13:00:00 2006 meissnerAATTsuse.de
- disable MALLOC debugging for the 10.2 release.
Thu Nov 2 13:00:00 2006 roAATTsuse.de
- added Requires for udev (since it\'s used in Required-Start)
(#214291)
Fri Oct 20 14:00:00 2006 mlsAATTsuse.de
- chkconfig: add --allservices option, unify -l and -t handling
Wed Sep 27 14:00:00 2006 roAATTsuse.de
- extend error in SuSEconfigs check_for_space (#208193)
Wed Sep 27 14:00:00 2006 roAATTsuse.de
- do not export ORGANIZATION if empty (breaks mailx)
Tue Sep 19 14:00:00 2006 roAATTsuse.de
- remove SuSEconfig.news and set NNTPSERVER and ORGANIZATION
from /etc/sysconfig/news directly in /etc/profile and
/etc/csh.login (fate#300892)
Thu Sep 14 14:00:00 2006 kukukAATTsuse.de
- Remove global, fixed umask value and add hint about login.defs
and pam_umask.so [Fate#3621]
Wed Sep 13 14:00:00 2006 seifeAATTsuse.de
- add support for cleaning up after failed userspace suspend
Sat Sep 9 14:00:00 2006 dmuellerAATTsuse.de
- fix startx path
Fri Sep 8 14:00:00 2006 olhAATTsuse.de
- run boot.proc after boot.localfs to keep sysrq enabled
move xfs probe_dmapi from boot.proc to boot.localfs
Thu Aug 31 14:00:00 2006 sndirschAATTsuse.de
- moved xdm init script and displaymanger sysconfig to xorg-x11
Tue Aug 29 14:00:00 2006 roAATTsuse.de
- removed ash from requires (old for mkinitrd) (#202074)
- added net-tools to requires (for boot.localnet) (#202078)
Thu Aug 24 14:00:00 2006 olhAATTsuse.de
- skip boot.clock if system time was older than mkinitrd buildtime
- add hint for vim syntax to rc.status and rc.splash
Tue Aug 22 14:00:00 2006 wernerAATTsuse.de
- Use new init feature of redo of utmp records if needed (#148038)
Sat Aug 19 14:00:00 2006 sndirschAATTsuse.de
- call SuSEconfig.xdm (moved to /etc/X11/xdm/SuSEconfig.xdm) in
xdm init script (Bug #200299)
Fri Aug 11 14:00:00 2006 sndirschAATTsuse.de
- /usr/sbin/Check:
* add /usr/share/fonts/
* to the list of directories, in which
compressed (.Z) files should be uncompressed first (before
being compressed (.gz) again)
Tue Aug 8 14:00:00 2006 wernerAATTsuse.de
- Use configured for all prompts during interactive boot (#184042)
- Enable multiline option for ksh if available (#192070)
- Restore utmp after transition from cold single user mode to an
other runlevel state (#148038)
- Do not run the boot scripts at switch from cold single user mode
to reboot or halt state (#196174)
Mon Aug 7 14:00:00 2006 roAATTsuse.de
- removed SuSEconfig.sortpasswd (unused for ages) (fate#300894)
- remove sysconfig variable SORT_PASSWD_BY_UID
Mon Aug 7 14:00:00 2006 kukukAATTsuse.de
- Remove SuSEconfig.zmessages [Fate#300893]
- remove sysconfig variables MAIL_LEVEL and MAIL_REPORTS_TO
Wed Aug 2 14:00:00 2006 sndirschAATTsuse.de
- aaa_base.pre: cleanup (removed obsolete X11R6 handling stuff)
- don\'t try to compress fonts in new truetype font directory
Tue Aug 1 14:00:00 2006 olhAATTsuse.de
- keep ENABLE_SYSRQ= at the end in /etc/sysconfig/sysctl
Fri Jul 28 14:00:00 2006 olhAATTsuse.de
- remove root/.gnupg/suse_build_key~ from archive
Fri Jul 28 14:00:00 2006 olhAATTsuse.de
- clearify usage of Required-start and Should-Start (#181972)
minimal required order is: udev, rootfsck, cleanup, localnet
everything else is optional
- remove dropped boot.ibmsis prereq
Thu Jul 27 14:00:00 2006 olhAATTsuse.de
- move gpg stuff from prep to install section in specfile,
to fix quilt setup
*.spec
Thu Jul 27 14:00:00 2006 roAATTsuse.de
- avoid error on new installation with fix for #190597
Tue Jul 25 14:00:00 2006 schwabAATTsuse.de
- Fix last change.
Tue Jul 25 14:00:00 2006 sndirschAATTsuse.de
- /etc/{profile,csh.login}: fixed $XKEYSYMDB/$XNLSPATH for X.Org 7
- /etc/init.d/xdm:
* fixed init script for X.Org 7
* cleanup
Mon Jul 24 14:00:00 2006 roAATTsuse.de
- fixed RCCONFIG_BACKUP_DIR (move to /var/adm/backup/sysconfig)
(#190597)
Mon Jul 10 14:00:00 2006 meissnerAATTsuse.de
- enable MALLOC_PERTURB_ and MALLOC_CHECK_ for hardcore
malloc debugging and failure.
Mon Jul 10 14:00:00 2006 kssingvoAATTsuse.de
- fixed language error in comment of sysconfig.cron (bugzilla#190967)
Mon Jul 3 14:00:00 2006 kssingvoAATTsuse.de
- new gnupg requires $HOME/.gnupg for trustdb.gpg (faking no longer
possible)