summaryrefslogtreecommitdiff
path: root/src/nohup.sh
AgeCommit message (Collapse)Author
2003-07-11.Jim Meyering
2002-08-10Don't use "exec --"; it's not portable and shouldn't be needed.Jim Meyering
2002-08-01Change behavior to conform to POSIX 1003.1-2001:Jim Meyering
- Do not adjust scheduling priority. - Redirects stderr to stdout, if stderr is not a terminal. - Exit status is now 126 if command was found but not invoked, 127 if nohup failed or if command was not found. Fix bug: command was run if nohup.out wasn't writeable.
2002-07-27Port to POSIX 1003.1-2001 "nice", whichJim Meyering
requires the option "-n 5" rather than "-5". This matters with GNU "nice" if the user has set the _POSIX2_VERSION environment variable.
2002-07-02(usage_help): Use @PACKAGE_BUGREPORT@, rather than hard-coding aJim Meyering
deprecated address.
2000-05-12Detect and report write failure of --help/--version.Jim Meyering
1999-03-20Don't modify PATH just to get GNU nice. Instead, tryJim Meyering
to find an absolute path for GNU nice. From Bruno Haible.
1997-10-07update bug-reporting addressJim Meyering
1997-02-09update copyrightJim Meyering
1997-02-01bracket bug address with <> and append a periodJim Meyering
1996-12-13(usage): Update bug-reporting address.Jim Meyering
1996-10-05(main): update --version output to conform to coding standardJim Meyering
1996-09-02(usage): Tell where to report bugs.Jim Meyering
1996-03-24Update FSF's address.Jim Meyering
1996-03-16Change @VERSION@ to @PKG_VERSION@.Jim Meyering
1995-05-15(usage): Add one- and two-line descriptions to --help output.Jim Meyering
From Karl.
1994-07-26.Jim Meyering
1994-04-20.Jim Meyering
1992-11-01Initial revisionJim Meyering