diff options
author | sabetts <sabetts> | 2001-09-16 09:58:24 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-09-16 09:58:24 +0000 |
commit | 4b68178c380e2d3d9915bb2993b90cf5ab9c6be9 (patch) | |
tree | 046c34c166f0d7162945a53a71c78476af154787 /ChangeLog | |
parent | bb0c4b008d37b49d76476aa79d1968f40c800e4a (diff) | |
download | ratpoison-4b68178c380e2d3d9915bb2993b90cf5ab9c6be9.zip |
* configure.in: check for setpgrp.
* src/actions.c (spawn): if setpgid doesn't exist, try setpgrp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,10 @@ -2001-09-15 shawn <sabetts@diggin.lamenet.tmp> +2001-09-16 shawn <sabetts@diggin.lamenet.tmp> + + * configure.in: check for setpgrp. + + * src/actions.c (spawn): Only call setsid if it exists. + (spawn): Only call setpgid if it exists. + (spawn): if setpgid doesn't exist, try setpgrp. * configure.in: check for setsid and setpgid functions. Add contrib/Makefile to AC_OUTPUT. |