View | Details | Raw Unified | Return to bug 6179
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- xinitrc.orig        2005-02-28 12:54:22 +0200
0
++ xinitrc     2005-02-28 10:56:07 +0200
Lines 49-55 Link Here
49
test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap
49
test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap
50
# Launch xscreensaver (if available), but only as non-root user
50
# Launch xscreensaver (if available), but only as non-root user
51
#test $UID -gt 0 -a -z "$VNCSESSION" && xscreensaver -no-splash &
51
test $UID -gt 0 -a -z "$VNCSESSION" && xscreensaver -no-splash &
52
# Use ssh-agent if installed and not already running.  Run it separately
52
# Use ssh-agent if installed and not already running.  Run it separately
53
# so it populates the environment here, so we can clean it up later.
53
# so it populates the environment here, so we can clean it up later.

Return to bug 6179