1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

[PATCH] Have udevd report it's version in debug mode.

This commit is contained in:
greg@kroah.com 2004-02-16 22:31:15 -08:00 committed by Greg KH
parent 93656247f3
commit 896e5aa9aa

View File

@ -328,6 +328,7 @@ int main(int argc, char *argv[])
struct sigaction act;
init_logging("udevd");
dbg("version %s", UDEV_VERSION);
if (getuid() != 0) {
dbg("need to be root, exit");