# This file contains all the bugs/glitches/inconsistencies shipped in # 9.1 (Bamboo) Mandrake Linux Release. # Feel free to add your entry and if possible the fixes and status of # the errata. o DrakConf: ========= - #2439: menudrake failled to run for users other than root and xserver owner - #3415: do not kill "explicitely non embeddable" processes when killing embedded tools both fixed in 9.1-12mdk o DrakxTools: =========== - drakconnect: o ltmodem support is missing from mdk9.1 [added in hp release] o various other fixes came into mdk4hp release - explanations: most common ones are not logged because of a standalone.pm vs common.pm methods overloading bug [not yet fixed] - harddrake-ui: o menu entry starts logdrake instead of harddrake's gui [fixed in cvs] o status bar is not cleared on config tool exit [fixed in cvs] o title bar miss some spaces in french locale [fixed in cvs] - harddrake service: 5 second timeout was too short so it was increased up to 25 seconds [in hp release] - localedrake/drakx: legal problem with rpc vs hong-kong||taiwan [fixed in hp release] o Kernel: ======= - ntfs driver has a hang, additionally also causing 100% cpu usage if either the size of the ntfs filesystem or the number of MFT entries fell to a certain range and statfs() system call was invoked by an application (e.g. df, gnome system monitor, etc). see #3353 it got fixed quickly but unfortunately too late for us the probability one hits this bug is 0.2% or every 512th users. updated ntfs driver (2.1.2a) is at the usual place, http://linux-ntfs.sourceforge.net/ or more precisely, http://sourceforge.net/project/showfiles.php?group_id=13956 oftware/forks/initscripts/commit/Makefile?h=r4-98&id=c3695a8497dcbc4f5dc3348f9dd0f4ffb01badee'>commitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-02-03 17:06:47 +0000
committerBill Nottingham <notting@redhat.com>1999-02-03 17:06:47 +0000
commitc3695a8497dcbc4f5dc3348f9dd0f4ffb01badee (patch)
treec5e85c9a3ac67e6eeba55138eaa9742004235844 /Makefile
parent7b45621175cebb8ad2a59901e26593811047e818 (diff)
downloadinitscripts-c3695a8497dcbc4f5dc3348f9dd0f4ffb01badee.tar
initscripts-c3695a8497dcbc4f5dc3348f9dd0f4ffb01badee.tar.gz
initscripts-c3695a8497dcbc4f5dc3348f9dd0f4ffb01badee.tar.bz2
initscripts-c3695a8497dcbc4f5dc3348f9dd0f4ffb01badee.tar.xz
initscripts-c3695a8497dcbc4f5dc3348f9dd0f4ffb01badee.zip
add initlog stuff. do "halt -p", "umount -f" in shutdown. use %defattr in
specfile... um, I think that's it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index bf58ff99..e83232b6 100644
--- a/Makefile
+++ b/Makefile
@@ -8,11 +8,11 @@ all:
install:
mkdir -p $(ROOT)/etc/profile.d $(ROOT)/sbin
- install -m644 -o root -g root inittab $(ROOT)/etc
- install -m644 -o root -g root adjtime $(ROOT)/etc
- install -m644 -o root -g root inputrc $(ROOT)/etc
- install -m755 -o root -g root setsysfont $(ROOT)/sbin
- install -m755 -o root -g root lang.sh $(ROOT)/etc/profile.d
+ install -m644 inittab $(ROOT)/etc
+ install -m644 adjtime $(ROOT)/etc
+ install -m644 inputrc $(ROOT)/etc
+ install -m755 setsysfont $(ROOT)/sbin
+ install -m755 lang.sh $(ROOT)/etc/profile.d
cp -af rc.d sysconfig ppp $(ROOT)/etc
mkdir -p $(ROOT)/sbin
mv $(ROOT)/etc/sysconfig/network-scripts/ifup $(ROOT)/sbin