summaryrefslogtreecommitdiff
path: root/nautilus-installer/src/installer.c
diff options
context:
space:
mode:
Diffstat (limited to 'nautilus-installer/src/installer.c')
-rw-r--r--nautilus-installer/src/installer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nautilus-installer/src/installer.c b/nautilus-installer/src/installer.c
index 34f84b2f3..63ff3473e 100644
--- a/nautilus-installer/src/installer.c
+++ b/nautilus-installer/src/installer.c
@@ -909,7 +909,8 @@ check_system (EazelInstaller *installer)
#ifndef NAUTILUS_INSTALLER_RELEASE
uname (&ub);
/* This codes tells Eskil that he's an idiot if he runs it on his own machine
- without the testflag... */
+ without the testflag, since it hoses the system.
+ It rouhgly translates into "fuck off". */
g_message ("host = %s", ub.nodename);
if (!installer_test && g_strncasecmp (ub.nodename, "toothgnasher", 12)==0) {
GnomeDialog *d;