Commit Graph

151 Commits

Author SHA1 Message Date
hjp c56b63d964 Added GNUmakefile, configure, and a missing "my". 2003-06-28 20:50:33 +00:00
hjp d79e2212ca *** empty log message *** 2003-06-13 02:11:16 +00:00
hjp e85052e3d6 Added -m option to synopsis. 2003-05-16 14:44:58 +00:00
hjp a6c79cefd9 Included -m (mtime-only) option (CVS is nice, but only if it used).
Improved pod a bit.
2003-05-16 13:38:25 +00:00
hjp 955d49149e Changed tests on skip_fifo to use _ instead of $i. The latter caused
extra calls to stat which clobbered the state of _ which caused spurious
errors/warnings on symlinks.
2003-05-15 10:49:33 +00:00
hjp 609868d588 Added man page to install targets. 2003-05-14 11:52:26 +00:00
hjp 2ce9f5b473 Added yet another patch by Chris Mason.
Added POD.

Changed option processing to use Getopt::Long and Pod::Usage.
2003-05-14 11:49:56 +00:00
hjp 22a6dba7b1 Added configure 2003-04-10 08:42:56 +00:00
hjp bda379820d Made shebang configurable. 2003-04-10 08:41:54 +00:00
hjp cd3d0fa151 Renamed grouplist groupmatch to *.pl to make shebang configurable. 2003-04-10 08:39:17 +00:00
hjp 7227f9bb20 Added savedate 2003-04-06 10:44:06 +00:00
hjp 30ecd2ef1b Added rcs_id 2003-02-27 13:28:45 +00:00
hjp 9f7f0f7b9e Command line argument can now be a defined error code (e.g., EPERM)
instead of an error number.

Added Linux specific error codes
2003-02-14 15:45:28 +00:00
hjp a1822cb42c Added list of #defines from HP-UX. 2003-02-14 11:59:43 +00:00
hjp 7fdaf9d95c *** empty log message *** 2003-02-13 14:38:27 +00:00
hjp ef10f1a79f Use GNUmakevars 2003-01-17 14:50:46 +00:00
hjp e643f0affd Copy messages from printer to stderr. 2003-01-08 15:41:42 +00:00
hjp a1164ac024 *** empty log message *** 2003-01-08 15:15:32 +00:00
hjp 670b1bac07 Fixed quoting. 2003-01-08 12:07:13 +00:00
hjp 4b3a42c2fa *** empty log message *** 2002-10-27 12:28:59 +00:00
hjp 300b4fbd25 Lex Klameth. 2002-09-19 20:13:48 +00:00
hjp 56b5f6480f HP-UX cc doesn't like argv[0] in an initialization of an auto array. 2002-08-14 19:06:39 +00:00
hjp 6ab44ef499 Print system's FQDN if no hostname is given. 2002-08-14 19:03:52 +00:00
hjp 5db287df64 Moved fqdn to ../dns/. 2002-08-14 18:51:19 +00:00
hjp da2f85d5e4 Removed fqdn.
This is no longer a tiny shell script but a (not much larger) C program
and resides now in ../dns/.
2002-08-14 18:49:29 +00:00
hjp b9699494bb Added fqdn command. 2002-08-14 18:44:23 +00:00
hjp 53bae2019f Added usage message. 2002-08-14 18:44:08 +00:00
hjp 1b2cac4a52 *** empty log message *** 2002-07-26 08:59:38 +00:00
hjp 1d321d0f4b Fixed error message in configure. 2002-07-01 10:42:58 +00:00
hjp 439ec1a2ed Get trigger source if this is not a procedure or function. 2002-06-18 15:10:59 +00:00
hjp 7dfd0f68ae *** empty log message *** 2002-04-19 10:05:27 +00:00
hjp e52d92dfc2 Added target distclean 2002-03-18 20:49:54 +00:00
hjp 5f95823fae Added format specifiers 2002-03-18 20:41:09 +00:00
hjp b2a0e6b973 *** empty log message *** 2002-03-18 20:40:08 +00:00
hjp a139e5334b Ignore atime for directories 2002-03-18 20:33:46 +00:00
hjp 6f278ae0cb find_cvs_not_up_to_date 2002-03-18 20:30:11 +00:00
hjp 878496aeee cleandir is generated from cleandir.pl -> removed. 2002-02-25 23:36:22 +00:00
hjp 78c3f75328 Applied patch from "Chris L. Mason" <cmason@somanetworks.com> to prevent
filesystem traversal.

Return immediately if we cannot chdir back to the directory we came
from.
2002-02-25 23:33:29 +00:00
hjp 60b99b5cde Applied patch from "Chris L. Mason" <cmason@somanetworks.com> to prevent
filesystem traversal.

Return immediately if we cannot chdir back to the directory we came
from.
2002-02-25 23:23:10 +00:00
hjp 22489c6971 chdir to / before execing program. 2002-01-24 11:00:02 +00:00
hjp efe5d8b4a1 Fixed GNUmakefile to use CONFDIR only if present. 2002-01-23 17:42:06 +00:00
hjp 08a6803030 Write both hex and char representation side by side.
Replace non-printing chars by ".".
use strict;
use locale;

in short: Almost completely new :-)
2002-01-22 15:24:09 +00:00
hjp 861c35e4db *** empty log message *** 2001-10-14 19:43:33 +00:00
hjp c831f707f9 Merged in combined_graph branch (include link to graph in mail) 2001-08-13 15:29:21 +00:00
hjp cadf194099 Automatic rebuild of configure. 2001-08-12 16:08:30 +00:00
hjp b8e4527242 added save. 2001-07-26 08:14:44 +00:00
hjp 0e5c1c441d added dfree to repository. 2001-07-16 13:58:03 +00:00
hjp b39a4ebfbd Added quotagraph_* to repository. 2001-07-16 07:46:17 +00:00
hjp 20692a6976 Added configuration test for hstrerror(). 2001-07-03 20:53:17 +00:00
hjp 8a1a8732e0 *** empty log message *** 2001-07-03 20:00:49 +00:00