On Thu, 2006-01-12 at 12:28 -0800, Andrew Sackville-West wrote: > On Thu, 12 Jan 2006 12:26:54 +0100 > Thomas Börnert <[EMAIL PROTECTED]> wrote: > > > hi list, > > > > i've installed a default sarge, with additional partitions > > e.x. /usr > > > > # mount > > /dev/hda3 on / type ext3 (rw,errors=remount-ro) > > proc on /proc type proc (rw) > > devpts on /dev/pts type devpts (rw,gid=5,mode=620) > > /dev/hda1 on /boot type ext3 (rw,nosuid) > > /dev/hda8 on /tmp type ext3 (rw,nosuid) > > /dev/hda5 on /usr type ext3 (rw,nosuid) > > /dev/hda6 on /var type ext3 (rw) > > /dev/hda7 on /home type ext3 (rw,nosuid) > > > > during the boot the script S05keyman.sh wouldn't be > > execute, because the additional partitions except "/" > > would be mounted with S35mountall.sh later. > > But in the script S05keyman.sh is a test > > -------- snip ------------ > > [ -x /usr/bin/unicode_start ] || return > > [ -x /usr/bin/unicode_stop ] || return > > --------- snip ------------ > > this test failes because /usr isn't mounted. > > I'm running sid, but my lines look like this > > [ -x /usr/bin/unicode_start ] || [ -x /bin/unicode_start ] || return > [ -x /usr/bin/unicode_stop ] || [ -x /bin/unicode_stop ] || return > > which will check in /bin as well as /usr/bin. might help. > > A
ok, thats a workarround. but i would be interesting if there is another solution. or i'm the first user with a /usr partition. Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

