Skip to content

Commit

Permalink
Do not force silent mode on udev systems
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Oct 4, 2016
1 parent 451f63e commit 0f840e6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions finit.c
Expand Up @@ -267,13 +267,6 @@ int main(int argc, char* argv[])
if (getpid() != 1)
return client(argc, argv);

/*
* The trigger call to udevadm later on screws up the console
* XXX: Yes, this is an ugly workaround, please fix me.
*/
if (fexist("/sbin/udevadm"))
silent = 1;

/*
* In case of emergency.
*/
Expand Down

0 comments on commit 0f840e6

Please sign in to comment.