From d24370ac21344a3161f6754e65dffb8cc01b92b1 Mon Sep 17 00:00:00 2001 From: Kim Holviala Date: Tue, 29 Dec 2015 09:57:43 +0200 Subject: [PATCH] Code needed more cows --- gophernicus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gophernicus.c b/gophernicus.c index 221eb39..28e6bd6 100644 --- a/gophernicus.c +++ b/gophernicus.c @@ -507,7 +507,7 @@ int main(int argc, char *argv[]) /* Refuse to run as root */ #ifdef HAVE_PASSWD if (st.opt_root && getuid() == 0) - die(&st, ERR_ACCESS, "Refusing to run as root"); + die(&st, ERR_ACCESS, "Cowardly refusing to run as root"); #endif /* Try to get shared memory */