Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 1995 23:17:03 +0200 (MET DST)
From:      Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
To:        bugs@freebsd.org
Subject:   bugs and problems in 2.0.5 (continued)
Message-ID:  <9507112117.AA21144@sirius.physik.fu-berlin.de>

next in thread | raw e-mail | index | archive | help
hello again

here are some more things i've noticed in 2.0.5 which should be changed before
2.1 (i think :-)

* the IBCS2_COMPAT option should be mentioned in the LINT file

* MAKEDEV should create the /dev/X0R -> /dev/null if you run 

	MAKEDEV socksys

* sysinstall should remove the /OK file and all the MANIFEST* files from XFree
because they have no real sense at this place in the filesystemhirarchy (if
you think they are useful put them somethere into /usr/share /usr/lib /var/*)

* the rc.i386 script should be reworked - i think there are some newlines at
the wrong point - for instance if i load the iBCS2 support i get the following
at the screen:

	enabling FreeBSD/i386 options: iBCS2 emulator installed
	coff loader installed
	socksys driver installed

	configuring syscons:
	 [kbdcontrol: keymap]
	.
	starting local daemons:.

is this what you wanted ? - i think it should be something like:

	enabling FreeBSD/i386 options:
	iBCS2 emulator installed
        coff loader installed
        socksys driver installed
        configuring syscons: [kbdcontrol: keymap].
        starting local daemons:.

or:

        enabling FreeBSD/i386 options:
        iBCS2 emulator installed
        coff loader installed
        socksys driver installed
        configuring syscons:
         [kbdcontrol: keymap]
        .
        starting local daemons:.

or something similar - but not the above (i think)

... hope this helps - thanks for reading - t
 _______________________________________________________||_____________________
                                                  __||
 Perfection is reached, not when there is no  __||       thomas graichen
 longer anything to add, but when there   __||      freie universitaet berlin
 is no longer anything to take away   __||              fachbereich physik
                                  __||
 - Antoine de Saint-Exupery - __||
 ___________________________||____email: graichen@omega.physik.fu-berlin.de____



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9507112117.AA21144>