]> git.pld-linux.org Git - packages/procps.git/blame - XConsole.sh
- added definition FILLBUG from previous version of procps
[packages/procps.git] / XConsole.sh
CommitLineData
3b25e11a
PG
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
5exec xconsole -file /proc/kmsg "$@"
6
This page took 0.024106 seconds and 4 git commands to generate.