diff options
author | kraxel <kraxel> | 2006-07-03 14:28:13 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2006-07-03 14:28:13 +0000 |
commit | d2c0ed09f2ccbd1d0a2d2874ce6cf8fc1a21c1cf (patch) | |
tree | 481bf70107c7ae0cf721890c844ab9ab9e174af5 /xenscreen.c | |
parent | 541f6b989347c819bcedcd4ee4e9dd47acd19dfa (diff) | |
download | xenwatch-d2c0ed09f2ccbd1d0a2d2874ce6cf8fc1a21c1cf.tar.gz |
global screenrc
Diffstat (limited to 'xenscreen.c')
-rw-r--r-- | xenscreen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xenscreen.c b/xenscreen.c index c8cbad0..3420d8c 100644 --- a/xenscreen.c +++ b/xenscreen.c @@ -27,8 +27,8 @@ struct dom { static LIST_HEAD(doms); static int domcnt; -//static char *screenrc = "/etc/xen/xenscreenrc"; -static char *screenrc = "/home/kraxel/projects/xenwatch/xenscreenrc"; +static char *screenrc = "/etc/xen/xenscreenrc"; +//static char *screenrc = "/home/kraxel/projects/xenwatch/xenscreenrc"; static char *screen_session = "xencon"; static char *screen_title = "watch"; |