By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1956
Collapse All | Expand All

(-)tdebase/starttde.ORI (-1 / +1 lines)
Lines 81-87 Link Here
81
81
82
# When the X server dies we get a HUP signal from xinit. We must ignore it
82
# When the X server dies we get a HUP signal from xinit. We must ignore it
83
# because we still need to do some cleanup.
83
# because we still need to do some cleanup.
84
trap '[starttde] echo GOT SIGHUP' HUP
84
trap 'echo "[starttde] GOT SIGHUP"' HUP
85
85
86
# Check if a TDE session is already running.
86
# Check if a TDE session is already running.
87
if kcheckrunning >/dev/null 2>&1; then
87
if kcheckrunning >/dev/null 2>&1; then

Return to bug 1956