diff options
Diffstat (limited to '')
-rwxr-xr-x | debian/util-linux.links | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/util-linux.links b/debian/util-linux.links new file mode 100755 index 0000000..380e8d8 --- /dev/null +++ b/debian/util-linux.links @@ -0,0 +1,5 @@ +#!/usr/bin/dh-exec +# Use agetty for getty, except on Hurd. +# On Hurd, the package "hurd" ships "sbin/getty". +[!hurd-any] usr/sbin/agetty usr/sbin/getty +[!hurd-any] usr/share/man/man8/agetty.8 usr/share/man/man8/getty.8 <!nodoc> |