Add the comment from Andrea Arcangeli about the correct

place of setting the default childhandler within spawn().
Make sure that newline is printed out for last(1) even
if an utmp record entry is truncated.
Check if utmp not only exists but is writable and delay
writing out of the utmp runlevel record if utmp is not writable.
Be able to find libcrypt also on 64 bit based architectures.
This commit is contained in:
Werner Fink
2009-11-24 10:03:19 +00:00
parent 1e43b0911c
commit 13de2e9e05
5 changed files with 107 additions and 8 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ endif
# Additional libs for GNU libc.
ifneq ($(wildcard /usr/lib/libcrypt.a),)
ifneq ($(wildcard /usr/lib*/libcrypt.a),)
LCRYPT = -lcrypt
endif