Re: [WBEL-users] No chkconfig or ifconfig commands?
"Vic" <[email protected]>
| Newsgroups | gmane.linux.whitebox.user |
|---|---|
| Message-ID | <[email protected]> |
> A lot of documentation out > there tells you to add parameters to the X command in the startx script > on your system - but startx hasn't *BEEN* a script in quite some time now. Really? # which startx /usr/X11R6/bin/startx # file /usr/X11R6/bin/startx /usr/X11R6/bin/startx: Bourne shell script text executable # head /usr/X11R6/bin/startx #!/bin/sh # $Xorg: startx.cpp,v 1.3 2000/08/17 19:54:29 cpqbld Exp $ # # This is just a sample implementation of a slightly less primitive # interface than xinit. It looks for user .xinitrc and .xserverrc # files, then system xinitrc and xserverrc files, else lets xinit choose # its default. The system xinitrc should probably do things like check # for .Xresources files and merge them in, startup up a window manager, # and pop a clock and serveral xterms. # cat /etc/whitebox-release White Box Enterprise Linux release 4 (Manifestdestiny Respin 1) Vic.