chiark / gitweb /
don't store devpath in udevdb, we don't need it
[elogind.git] / udeveventrecorder.c
index af7ea7c15c3471fb7389db1e57c93f5036fec034..9a3c3e197c6cf3972c0f9d910ac206aed3df66e7 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * udeveventrecorder.c
  *
- * Userspace devfs
- *
- * Copyright (C) 2004, 2005 Olaf Hering <olh@suse.de>
+ * Copyright (C) 2004-2005 SuSE Linux Products GmbH
+ * Author:
+ *     Olaf Hering <olh@suse.de>
  *
  *     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)