asami
03fc4eafdc
Add explanation of -e in usage().
1994-06-01 05:15:00 +00:00
asami
43cbd99843
Close /dev/tty that is opened in y_or_n()...this is called many times
...
so it will run out of ptys if not properly closed.
1994-06-01 05:14:19 +00:00
rgrimes
661dab129a
BSD 4.4 Lite Share Sources
1994-05-30 19:09:18 +00:00
rgrimes
ba860ada59
Repeat after me, I will not edit files on Freefall, but bring patches
...
over instead.
Moved #ifdef to correct place.
1994-05-29 17:15:12 +00:00
rgrimes
f14d30169a
Comment out missing/broken sources.
1994-05-28 06:44:34 +00:00
rgrimes
578579da7a
Remove stuff for building manual pages the old way.
1994-05-28 06:40:02 +00:00
rgrimes
c1493cd6fd
Why cast a constant to (unsigned long) when you can make it this by
...
appending UL.
1994-05-28 06:38:34 +00:00
rgrimes
a2b8e0e5cb
Disable PS_STRINGS for now until I get the headers fixed.
1994-05-28 06:36:58 +00:00
rgrimes
3d0a09bd06
Must now include vm/vm.h and vm/vm_param.h due to the way we define KERNBASE.
...
Reviewed by: David Greenman
1994-05-28 04:20:59 +00:00
csgr
a31baf2115
My last fix broke things more, thanks to Paul Traina for pointing that out!
1994-05-26 20:16:49 +00:00
rgrimes
fdd1328412
Upgrade config to be compatible with our i386 port, pull in 95% of the
...
changes that have been made in FreeBSD 1.x, except for possibly the nfs
diskless support this is a completed config.
1994-05-26 13:24:02 +00:00
csgr
0ce40b711a
>From Jordan
...
Fix braindeadness in my makefile
1994-05-26 07:52:23 +00:00
rgrimes
9ecfd3f136
This commit was generated by cvs2svn to compensate for changes in r1560,
...
which included commits to RCS files with non-trunk default branches.
1994-05-26 06:39:07 +00:00
rgrimes
2a27bd86e6
BSD 4.4 Lite sbin -> usr.sbin Sources
...
Note: The sources for XNSrouted and routed are being imported to usr.sbin
instead of sbin.
1994-05-26 06:39:07 +00:00
rgrimes
f77a4cd18d
This commit was generated by cvs2svn to compensate for changes in r1558,
...
which included commits to RCS files with non-trunk default branches.
1994-05-26 06:35:07 +00:00
rgrimes
d038e02fd6
BSD 4.4 Lite sbin Sources
...
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00
rgrimes
9079938dd1
BSD 4.4 Lite sbin Sources
...
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00
rgrimes
862fdf11a2
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00
rgrimes
7954f22810
This commit was generated by cvs2svn to compensate for changes in r1553,
...
which included commits to RCS files with non-trunk default branches.
1994-05-26 05:23:31 +00:00
rgrimes
3466df2f5d
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00
rgrimes
babe0fd0e2
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00
rgrimes
2233bc697f
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00
rgrimes
4064c975ae
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00
asami
74d2e8623c
The environment variable PKG_PREFIX is set to the first @cwd command
...
in the packing list, or the argument to -p if it is specified, before
the requirements/installation/deinstallation scripts are called. This
enables the scripts to be written to work on the final installation
destination, even if the user uses -p to override the package's default.
1994-05-25 18:00:04 +00:00
jkh
b268489b34
Change Header to Id.
1994-05-25 06:28:14 +00:00
jkh
189816e5d0
Add new find_plist() function.
1994-05-25 06:27:24 +00:00
jkh
e953d5871e
Change in_plist() call to find_plist().
1994-05-25 06:24:41 +00:00
jkh
894d036b83
Remove find_name(), replace with more generic find_plist() function.
1994-05-25 06:24:18 +00:00
joerg
fe17ab4ff4
Make use of the new FDOPT_NORETRY facility. It does not make sense to
...
verify formatted tracks with fully retryng. The head should not be moved
in either case.
Also some minor copyright cleanup.
1994-05-22 17:43:34 +00:00
asami
dd5b7190ed
Typo (pkg_add => pkg-add).
1994-05-20 19:35:33 +00:00
asami
4ca9bd9f11
Make clear what arguments the "require" script gets.
1994-05-20 19:34:44 +00:00
asami
5ef5d950a9
Make clear what arguments the "require" package gets (the original didn't
...
make any sense, with a ".b" instead of ".B" in front of "INSTALL"!).
1994-05-20 19:33:08 +00:00
alm
12a6e70ece
Add `-h' option to force tar to follow symbolic links
1994-05-19 18:27:41 +00:00
jkh
3136eddb2e
Fix gross spelling and typographical errors pointed out by Keith Bostic.
1994-04-24 01:22:07 +00:00
wollman
e80195c680
Add note about kernel PLL support.
1994-04-21 21:10:20 +00:00
wollman
b8d815e354
Enable kernelized NTP PLL support on the daemon side.
...
If your clocks suddenly start running backwards 500 hours per day,
let me know.
ifdef out some bogus declarations.
1994-04-21 21:07:20 +00:00
wollman
77f4c03810
Enable kernelized NTP PLL support on the daemon side.
...
If your clocks suddenly start running backwards 500 hours per day,
let me know.
1994-04-21 21:06:40 +00:00
wollman
05f4dc2d89
Merged xntp3.3q from vendor branch.
1994-04-21 01:32:32 +00:00
wollman
c01f82e4de
This commit was generated by cvs2svn to compensate for changes in r1381,
...
which included commits to RCS files with non-trunk default branches.
1994-04-21 00:33:33 +00:00
wollman
1185c9048d
xntp3.3s from UDel
1994-04-21 00:33:33 +00:00
csgr
331261a269
Fixed Makefile problem pointed out by Piero Serini
1994-04-19 06:43:36 +00:00
csgr
c03bddd061
Much fixed handling of .so entries.
...
Also turns pages that consists of a single .so entry into a hard link.
1994-04-18 18:46:50 +00:00
csgr
78b7b2b9e7
get the soelim crud right this time !
1994-04-17 22:27:56 +00:00
csgr
e9c77690d8
fix to get .so's working - I hope
1994-04-17 22:13:08 +00:00
csgr
17dcbb802e
This commit was generated by cvs2svn to compensate for changes in r1366,
...
which included commits to RCS files with non-trunk default branches.
1994-04-17 21:26:21 +00:00
csgr
5f372b8ae9
Manctl utility:
...
compresses man pages
uncompresses man pages
purges old formatted man pages (not implemented yet)
currently still under development, but worth trying out (IMHO)
a man page ;-) must still be written for manctl - to follow shortly
1994-04-17 21:26:21 +00:00
jkh
2721283a01
Whoops, -Y and -N would work better if they were in the getopts string!
1994-04-16 21:50:53 +00:00
jkh
0caac1d9bf
Make y_or_n() pay attention to AutoAnswer global.
1994-04-05 14:08:47 +00:00
jkh
b4e863ad0e
Add -N and -Y flags for auto-answer feature.
1994-04-05 14:05:40 +00:00
wollman
610c0d1ed7
Upgraded to Delaware version 3.3p (yes, that's right, they're not increasing).
...
This version still doesn't talk to the kernel PLL code, but you should be
able to convince it to do so relatively easily. Also deleted some junk
files and fixed all compilation warnings.
1994-04-03 20:37:34 +00:00