Re: RC runs stuff twice?
Warren Block wrote:
Defaults for rc.conf include /usr/X11R6/etc/rc.d in local_startup.
However, since xorg 7.2, /usr/X11R6 has been a link to /usr/local. The
mergebase.sh script adds this line to /etc/rc.conf to prevent the
duplication:
local_startup="/usr/local/etc/rc.d"
.... and guess what I found at the head of my /etc/rc.conf?
--------------------------- /etc/rc.conf --------------------------
# added by xorg-libraries port
#REMOVED: local_startup="/usr/local/etc/rc.d"
--------------------------- /etc/rc.conf --------------------------
I just re-added the line and rebooted - Problem solved. Thank You!
cheers,
Florian
.
Relevant Pages
- Re: e.onmousedown= funciton () { return !1; };
... likely that every document will be created with head and body elements ... immediately available for any a script that exists in a valid "normal" ... without waiting for onload or "ready" function. ... when higher level code wants to use that low-level code, ... (comp.lang.javascript) - Re: Is there a correct place to put javascript within a html file?
... The HTML specification tells you where script elements are permitted: ... script files have downloaded and if they're all in the head ... ... like the sensible thing to do; at least there's a reason for it. ... javascript is positioned just before the then the various html ... (comp.lang.javascript) - Re: my if comands are still not working. please help
... but you're over my head. ... function showorders() { ... alert("start of show orders script"); ... the file is not a htm, html file it is a .js file that is called from a htm file that has ... (microsoft.public.frontpage.programming) - Re: e.onmousedown= funciton () { return !1; };
... likely that every document will be created with head and body elements ... The window, document, document.documentElement properties are immediately available for any a script that exists in a valid "normal" page. ... Not including the scripts in the head also allows the script access to document.body, without waiting for onload or "ready" function. ... However, requiring low level code to exist in the body can cause inconvenience when higher level code wants to use that low-level code, but that higher level code wants to exist in the head ). ... (comp.lang.javascript) - Remembering (was Re: Woody Allen)
... "Well," the rabbi said, "I got new glasses today. ... So when the Aron Kodesh was opened, by tilting my head, I ... Then when I started to read, I saw small script and large ... The members of the board, many of whom wore bifocals, nodded. ... (rec.humor.jewish) |
|