Commit Graph

301 Commits

Author SHA1 Message Date
ache
c04a28a46c Don't need to restrict cu, it can be able to check permissions by itself 1994-05-31 07:47:39 +00:00
ache
4f20a0f76c Allow uux and uucp to run by others,
we can got problems with various mailers in other case
1994-05-31 07:37:25 +00:00
ache
7b66d7143b I forget to add BINGRP=$(group) 1994-05-31 05:46:42 +00:00
ache
48ebd7358e Disallow uucp execution to others.
It maybe not so nice, but if any user can easily shut up your
mail feed with big file isn't nice too.
1994-05-31 05:37:12 +00:00
ache
8ea1c93a55 Allow group "dialer" to run cu
Disallow others to run cu
1994-05-31 05:23:39 +00:00
ache
c658162bed Don't allow others to run uuconv 1994-05-31 05:13:08 +00:00
ache
a84b7d35b5 Don't allow others run uuchk 1994-05-31 05:11:12 +00:00
ache
d69fdd8b3f Don't allow others run uuxqt 1994-05-31 05:09:03 +00:00
ache
dd4742288d Don't allow others run uucico 1994-05-31 05:08:11 +00:00
ache
98c9c4b4c3 Change group to uucp group 1994-05-31 04:41:32 +00:00
csgr
da0b50cf15 Turn globbing on when a section number is specified, this makes things work
properly when /usr/share/man/man?/ contain gzipped unformatted pages.
1994-05-28 20:19:25 +00:00
csgr
65e5f0d8b7 Add comments to Makefile.inc's about libg++ and shlib nos. 1994-05-28 09:56:30 +00:00
csgr
4d20eac80b Remove explicit specification of SHLIB major and minor nos. 1994-05-27 10:53:33 +00:00
csgr
ffb47aff46 Bump all minor nos. of libs in /usr/src/gnu/lib.
shlibs are now version 1.1
1994-05-26 08:17:25 +00:00
rgrimes
bd8aeda5ce Got this fix from think.com:
The following two patches should allow the documented "-I !" option to
skip the ignore lists and import/update all files in the directory.

I need it to force certain files to import (ie, csh.a which is part of
the csh documentation).
1994-05-26 06:06:47 +00:00
ache
1f8ec9b7f6 Fix -z key, patch from Taylor 1994-05-25 20:14:52 +00:00
ache
b301e74e7a Documentation added 1994-05-25 19:04:00 +00:00
rgrimes
24b879255a Got this from think.com, nice patch to add Index: lines to cvs diff output
so you can put it right into patch.
Patch by Brian Berliner.
1994-05-24 08:16:26 +00:00
rgrimes
92898281c9 Enhancements to use now -K option to rcs so that certain keywords are
NOT touched by cvs.  Only takes effect if -DFREEBSD_DEVELOPER, and installs
as ncvs when this is defined.  You must also have the changes to rcs
for this to work.
1994-05-24 08:11:37 +00:00
ache
007929fd3a Fix catman to produce zipped cats, like man does.
In other (old) case we have both kind of cats at once.
1994-05-23 22:13:36 +00:00
ache
2f00abd168 Fix multiply slash problem 1994-05-20 00:34:30 +00:00
jkh
25660f4add A perfectly good libgnuregex.a and you can't use it! No header was being
installed.  Do so now as gnuregex.h
1994-05-19 17:40:01 +00:00
ache
5b30536828 We have BROKEN_SETREUID by Taylor point of view 1994-05-17 23:15:30 +00:00
jkh
acccd62b13 Stop toasting folks' /etc/manpath.config files. 1994-05-17 12:50:36 +00:00
rich
f2d5e9a493 Add X11R6 to manpath in preprataion for XFree86 3.0. 1994-05-17 11:26:12 +00:00
rgrimes
985e589745 To truely have the OLD behavior of RCS by default make the expansion
of $FreeBSD$ false by default.  This should keep them out
of the pre 2.x repository. (Or at least make them useless in it).
1994-05-15 22:15:14 +00:00
rgrimes
9a996abd90 Add -K option to pass keywordlists to rcs so we can disable and enable
specific keyword expansion on cvs co and cvs patch commands.
1994-05-14 10:51:13 +00:00
rgrimes
71e82a4ceb No longer use FSYNC_ALL by default, we do not have the stability problems
with the system as we once did.  This should greatly increase the speed
of rcs and therefore cvs.
1994-05-14 07:02:40 +00:00
rgrimes
f4ca4c5e6b Add new option -K from David Dawes that allows you to turn on and off
specific keyword substitution during a rcs co command.
Add the new keyword FreeBSD that is IDENTICAL in operation to $Id$.
1994-05-14 07:00:23 +00:00
ache
0aad240af7 Make local changes more portable. 1994-05-14 01:18:07 +00:00
ache
b772d1e49f Upgrade to readline 2.0 from bash1.14.1 1994-05-13 15:48:04 +00:00
rgrimes
f47e2d2e94 If you want no manual pages so NOMAN=, not MAN1=NOMAN! 1994-05-12 06:09:23 +00:00
phk
2caf7aae0a typo. 1994-05-12 00:42:59 +00:00
phk
45dc7d2c3e made -v produce tip-revision, which was what I wanted in the first place... 1994-05-12 00:37:59 +00:00
phk
0374260584 Added -v option to rlog. This gives a quick way to get a list of versions. 1994-05-11 22:39:44 +00:00
ache
c0fb5cd078 Add PAREN_MATCHING to CFLAGS 1994-05-11 16:30:27 +00:00
ache
a99fcfed52 Remove #ifdefs which may confuse external packages which include
this headers
1994-05-11 16:25:34 +00:00
ache
83dbe62961 Add HAVE_VARARGS_H to CFLAGS
Add VISIBLE_STATS to CFLAGS, fix complete.c for successful
compilation with VISIBLE_STATS
1994-05-11 15:49:43 +00:00
ache
b90d5f78ed Add some note, how to tune readline to 8-bit clean mode 1994-05-11 15:19:11 +00:00
ache
b7c5b2df22 Add VI_MODE to CFLAGS 1994-05-11 15:11:01 +00:00
ache
3699cadbc4 Back out forced 8-bit mode, it can be tudned from ~/.inputrc file 1994-05-11 15:09:10 +00:00
ache
4b34b08a9e Add note about additional changes 1994-05-10 06:48:07 +00:00
ache
6f835918ed Make readline 8-bit clean 1994-05-10 06:32:12 +00:00
ache
3c39970bc8 Back out previous fix, correct place to fix is octave program 1994-05-10 01:21:11 +00:00
ache
e7dd2a9044 Correct rl_attempted_completion_function type to Function *
for successful compilation with octave
1994-05-10 01:16:18 +00:00
ache
e8a676a690 Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
ache
5ffff78a1a Merge with much improved version from gdb4.11 1994-05-09 20:36:08 +00:00
ache
67b1642fa3 Install history.h to /usr/include/readline too, gdb4 include it 1994-05-09 18:43:40 +00:00
ache
4217405d77 Remove readline copy, now gdb use gnu lib tree libreadline 1994-05-09 18:13:54 +00:00
ache
34618ed686 libreadline added 1994-05-09 16:11:10 +00:00