summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Needed to change the LDADD+= and DPADD+= depending on if obj directoriesrgrimes1993-12-229-29/+103
| | | | | | | | | | | | | are used or not. Add .verions to the CLEANFILES+= on those Makefiles that create a version.c file. Remove reference to nonexistent file ref_omega.c in one Makefile. Fix copy of authdes.c.expot so that it works with or without obj directories. No compiles both with and without obj directories.
* Definitions taken from original machines/freebsd.wollman1993-12-211-0/+7
|
* Expanded.wollman1993-12-211-0/+1
|
* Deleted old configuration grot and added BSD-style Makefile. Addedwollman1993-12-219-363/+83
| | | | README.FreeBSD. Re-added NTP's version of getopt() and fixed conflicts.
* Converted to BSD-style Makefile.wollman1993-12-212-0/+40
|
* Don't build getopt: it conflicts with our standard getopt.wollman1993-12-211-2/+2
|
* Convert tickadj to use BSD-style Makefile. Don't bother with thewollman1993-12-211-0/+20
| | | | other programs.
* Converted to use Berkeley-style makefiles, and configured all clocks onwollman1993-12-211-0/+19
| | | | permanently.
* Add BSD-style Makefile for ntptrace.wollman1993-12-211-0/+20
|
* Convert ntpq to BSD-style makefile.wollman1993-12-211-0/+20
|
* Add BSD-style Makefile for libntp, and make the ``exportable'' versionwollman1993-12-212-0/+30
| | | | | of DES (actually just a dummy) compile. (DES should not actually be used in any case.)
* Create BSD-style makefile for ntpdate.wollman1993-12-211-0/+20
|
*-. This commit was generated by cvs2svn to compensate for changes in r893,wollman1993-12-21410-0/+101569
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * xntpd 3.3b from UDelwollman1993-12-215-0/+272
| |
| * xntpd 3.3b from UDelwollman1993-12-21405-0/+101297
|
* If require script fails, don't try to delete installed package.jkh1993-10-101-3/+3
|
* Added files necessary for automating packing of distributions.jkh1993-10-104-0/+26
|
* Fix problems with executing from current directoryjkh1993-10-082-7/+7
|
* Import NetBSD version of dbsym (below is rlog of there version), and addrgrimes1993-09-262-12/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $Id$ to Makefile. ---------------------------- revision 1.8 date: 1993/08/02 17:57:02; author: mycroft; state: Exp; lines: +5 -0 Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes. ---------------------------- revision 1.7 date: 1993/07/19 16:50:10; author: mycroft; state: Exp; lines: +43 -15 Kitchen sink version of dbsym. -f force; don't complain if db_symtab is missing -g debugging; include line number and function info -x remove local symbols -T addr specify load address (necessary to determine file positions) ---------------------------- revision 1.6 date: 1993/07/18 10:34:52; author: mycroft; state: Exp; lines: +1 -1 Hmmm. I suppose text_Adr really should be an int... ---------------------------- revision 1.5 date: 1993/07/18 09:44:12; author: mycroft; state: Exp; lines: +12 -6 Add -T option to specify load address of kernel (like ld); default to KERNBASE for compatibility. ---------------------------- revision 1.4 date: 1993/07/12 18:01:51; author: brezak; state: Exp; lines: +19 -2 Changes for GCC2 generated symbols. ---------------------------- revision 1.3 date: 1993/07/11 08:43:34; author: cgd; state: Exp; lines: +2 -2 if no symbols present, don't complain, and exit with 0 exit status. that way we can use dbsym from kernel makefiles and actually pay attention to its errors... ---------------------------- revision 1.2 date: 1993/06/18 06:52:03; author: cgd; state: Exp; lines: +3 -1 convert magic numbers to network byte order, and attendent changes ---------------------------- revision 1.1 date: 1993/03/21 09:59:19; author: cgd; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 1993/03/21 09:59:20; author: cgd; state: Exp; lines: +0 -0 initial import of 386bsd-0.1 sources
* Now works with/without obj directoriesnate1993-09-204-4/+8
|
* Finally stuck a version number on this thing! :)jkh1993-09-191-0/+1
|
* Added code for doing % sequence expansion, added new @unexec command.jkh1993-09-183-5/+84
|
* Doc new % sequence expansion for command execution.jkh1993-09-182-7/+52
| | | | Fixed bad verbose message.
* Make sure permissions on registry location are readable by pkg_info.jkh1993-09-182-6/+10
| | | | Add new % sequence expansion for command execution.
* Include <rpc/rpc.h> instead of various individual <rpc/*.h> header filesjtc1993-09-153-22/+6
| | | | to compile with the newly prototyped rpc headers.
* Fixed broken -t flag; thanks Rich!jkh1993-09-141-2/+2
|
* Whoops - got the exclude flag wrong, try again.jkh1993-09-121-4/+7
|
* Fixed an embarassing bug with @owner, @mode & @groupjkh1993-09-121-3/+3
|
* Added and doc'd -X flag to pkg_create that allows you to specify an excludejkh1993-09-124-2/+26
| | | | list for the final package.
* Rudementary READMEjkh1993-09-081-0/+4
|
* Added two new options, one of which is fairly far reaching:jkh1993-09-085-15/+81
| | | | | | | | | | -q turns on "quiet" mode, where informational headers and such are not dumped, just the information. -L Shows full pathnames of files comprising a package. With -q, this can be useful for doing fileset operations, such as "du -s `pkg_info -q -L foo_bin`" to see how much space package "foo_bin" is taking up.
* Nailed one last lurking ^L.jkh1993-09-071-1/+1
|
* Fixed bug in copying script files from absolute locationsjkh1993-09-061-2/+8
|
* Doc'd option for current directory prefix in @execjkh1993-09-061-4/+5
|
* Added option for current directory prefix in @exec (without which it's prettyjkh1993-09-061-1/+1
| | | | useless).
* Added -DPPP so that tcpdump understands ppprgrimes1993-09-061-1/+1
|
* Added -e flag to pkg_info. Now you can test to see whether a packagejkh1993-09-054-5/+26
| | | | | is installed or not rather easily (useful for install scripts that want to check for prerequisite packages). See man page for details.
* Made staging area configurable rather than assuming /tmp (-t)jkh1993-09-0512-9/+97
|
* Made staging area configurable rather than assuming /tmp (-t)jkh1993-09-055-38/+173
| | | | | | | | | | | | Made pkg_add -n less bitchy. Made -p in pkg_add override "default" package location in pkg_create. Added concept of "slave" and "master" modes, allowing many different things to be done to packing lists on the fly. This is really something for front-end drivers to use, but also something for the more expert user. rename()'ing files before trying to copy them, thus saving considerable time when targets and staging area are on same filesystem.
* Fixed bug in pkg_create that affected Rich's attempts to package emacsjkh1993-09-041-1/+2
|
* Added Rich's wish front-end.jkh1993-09-041-0/+158
|
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-0328-40/+101
| | | | | intelligent name handling in pkg_create. Most of these files are changed because of rcsid's being different in my cvs tree and freefall's (foo).
* Removed annoying -Walljkh1993-08-301-1/+0
|
* Install man pages in /usr/local/manjkh1993-08-301-1/+2
|
* Added #ifndef inline #endif around definition of inline so that wergrimes1993-08-291-1/+3
| | | | do not end up definig it twice.
* This commit was generated by cvs2svn to compensate for changes in r327,jkh1993-08-2635-0/+3115
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * The release version of my package install suite. Please see man pagesjkh1993-08-2635-0/+3115
| | | | | | | | for info.
* | TCPDUMP was installing in /usr/local/bin, changed to /usr/sbin.rgrimes1993-07-201-1/+1
| |
* | New manual page systemroot1993-07-022-2/+2
| |
| |
| \
*-. \ This commit was generated by cvs2svn to compensate for changes in r2,rgrimes1993-06-1257-0/+16088
|\ \ \ | |_|/ |/| | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud