X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udeveventrecorder.c;h=9a3c3e197c6cf3972c0f9d910ac206aed3df66e7;hp=af7ea7c15c3471fb7389db1e57c93f5036fec034;hb=cf7cad9dc90c15ac13baeae85db5e0e25b59ed0e;hpb=972d318a3123b00d0ed6b78bbcf70a0965841a8e diff --git a/udeveventrecorder.c b/udeveventrecorder.c index af7ea7c15..9a3c3e197 100644 --- a/udeveventrecorder.c +++ b/udeveventrecorder.c @@ -1,9 +1,9 @@ /* * udeveventrecorder.c * - * Userspace devfs - * - * Copyright (C) 2004, 2005 Olaf Hering + * Copyright (C) 2004-2005 SuSE Linux Products GmbH + * Author: + * Olaf Hering * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -63,7 +63,7 @@ int main(int argc, char **argv, char **envp) const char *env; if (stat("/events", &sb) || !(S_ISDIR(sb.st_mode))) - return 1; + return 0; env = getenv("UDEV_LOG"); if (env)