]> git.pld-linux.org Git - packages/procps.git/blob - XConsole.sh
- versioned Obsoletes
[packages/procps.git] / XConsole.sh
1 #!/bin/sh
2 # xconsole is capable of doing everything XConsole did, and is maintained...
3 # it is not setuid root, so we just exit if called as non-root
4 [ $(id -u) = 0 ] || exit 0
5 exec xconsole -file /proc/kmsg "$@"
6
This page took 0.180718 seconds and 3 git commands to generate.