1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-07-07 02:54:18 -04:00

Code needed more cows

This commit is contained in:
Kim Holviala 2015-12-29 09:57:43 +02:00
parent fa4221fbbe
commit d24370ac21

View File

@ -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 */