diff options
-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"; |