nate
cece114d35
Added cvsinit shell script as a runnable command.
...
Submitted by: CVS mailing list.
1994-10-22 04:51:40 +00:00
ache
b77a63e653
Allow '#' in address in rmail arguments
...
Obtained from: taylor-uucp list
1994-10-22 03:51:36 +00:00
ache
1be9f1367e
Fix dialog_clear() to clear windows.
1994-10-21 17:52:19 +00:00
ache
e52bf400df
Implement line_edit() function (full line editor) which may called
...
externally.
Rewrite inputbox/textbox to use this function.
1994-10-21 15:42:30 +00:00
ache
ab76452c48
Declare more functions externally.
...
Don't forget to use 'make beforeinstall'...
1994-10-20 21:56:45 +00:00
ache
9215905d65
Don't exit silently, if initscr failed; put error message
1994-10-19 04:45:41 +00:00
ache
52d7f2c0cd
Check initscr() for NULL
1994-10-19 04:10:48 +00:00
wollman
03dcb4d791
Dramatically clean up Makefile. Make send-pr get rebuilt if Makefile
...
changes.
1994-10-15 21:39:54 +00:00
ache
28071c2c7f
Add LDADD += -lcurses
1994-10-12 02:13:39 +00:00
ache
9c19ce0235
Add LDADD+= -ltermcap
1994-10-12 02:06:02 +00:00
ache
46290dcfcf
SHARED_LDADD --> LDADD
1994-10-12 01:54:38 +00:00
ache
3ebb08f891
Output error diagnostics, if occurse.
...
Add radiolist test.
1994-10-11 23:52:16 +00:00
ache
fa8dd76764
Use libdialog now.
1994-10-11 23:51:09 +00:00
ache
de4f96f192
libdialog added
1994-10-11 23:34:13 +00:00
ache
c500015c14
This commit was generated by cvs2svn to compensate for changes in r3515,
...
which included commits to RCS files with non-trunk default branches.
1994-10-11 23:30:51 +00:00
ache
ef40875ab1
Make all dialog box available from C programs via functions calls
1994-10-11 23:30:51 +00:00
ache
8c467cb03a
Implement HOME/END keys for line edit
1994-10-10 22:32:07 +00:00
ache
ce9ee57253
Implement insert-mode line editing
1994-10-10 19:49:22 +00:00
ache
ff00733418
Back out part of ctype fixes, unneded with new ctype
1994-10-09 15:22:35 +00:00
pst
e028f1db3d
Cosmetic cleanup
1994-10-09 00:46:16 +00:00
ache
91339cb74c
Dialog added
1994-10-08 15:19:12 +00:00
ache
6f63580a25
Moved from ports, arrow keys allowed to edit input,
...
back tab key understanded now
1994-10-08 15:16:41 +00:00
ache
097b8f852c
This commit was generated by cvs2svn to compensate for changes in r3430,
...
which included commits to RCS files with non-trunk default branches.
1994-10-08 15:16:41 +00:00
ache
c680e0960e
Fix many problems with 8bit chars (sign extend in ctype macros)
...
Fix main problem with 8-bit chars in directories names: because
signed_sum left uninitialized, wrong checksum occurse
1994-10-07 13:13:32 +00:00
ache
0de02f5d13
Make ~%take work: ignore \r
...
Obtained from: taylor-list
1994-10-02 23:10:39 +00:00
ache
f8b904415b
Make -a option optional, uux fails in other case with new sendmail-style
...
<> address in return-receipts
Obtained from: taylor-list
1994-10-02 23:09:41 +00:00
paul
ba81af40bb
Removed NOOBJ so obj directory gets built if wanted.
1994-10-02 14:43:12 +00:00
ache
c91854d629
#define HAVE_TERMIOS added for proper terminal handling
...
Submitted by: smcarey@mailbox.syr.edu
1994-10-02 11:12:40 +00:00
bde
cab2aa1794
Don't build profiled libraries. (NOPROFILE= yes. I don't like the negative
...
logic or lack of checking of truth values. There are too many ways to spell
"yes". Some Makefiles spell it as "no".)
1994-09-28 03:59:29 +00:00
adam
420ecd1647
previous fix was not complete
1994-09-25 08:03:24 +00:00
adam
93305f2bf1
Dumped core when prompt == NULL
1994-09-25 04:57:44 +00:00
dg
02fde0fde8
Fixed a couple of compiler warnings related to wrong prototypes.
1994-09-23 08:28:43 +00:00
bde
6cd258e721
Don't build profiled library.
1994-09-20 22:03:09 +00:00
bde
29f8ee7cc7
Add dependency for -lcompat.
1994-09-20 05:17:50 +00:00
wollman
a414f736a7
For Bruce: -DNO_SHARED_LIBCC_INT reverts back to static libcc_int.
...
This makes the back end run faster, but at the cost of speed.
1994-09-19 21:37:50 +00:00
wollman
ce10b298df
Make GCC's back end be shared among all languages. cc, c++, and cpp now
...
no longer link against the whole library, since they don't require much
from it, but just compile the few small modules they actually need static.
This should save a measurable amount of space; compare:
-r-xr-xr-x 1 bin bin 155648 Sep 18 18:00 cc1*
-r-xr-xr-x 1 root bin 1048576 Sep 18 17:33 cc1.noshae*
Of course, the library takes up a bit of space, but when you add in the
savings from the C++ compiler, you more than make up the difference:
-r--r--r-- 1 bin bin 1157344 Sep 18 18:27 /usr/lib/libcc_int.so.26.0
-r-xr-xr-x 1 bin bin 491520 Sep 18 18:27 /usr/libexec/cc1plus*
1994-09-18 22:35:55 +00:00
rgrimes
45a0fdee2d
Add q modifier (for long longs) support to -Wformat.
...
Reviewed by: bde
1994-09-18 21:25:02 +00:00
swallace
8d67c8cc5d
Add LDDESTDIR to ld command.
...
Add -I${DESTDIR}/usr/include to cpp command.
1994-09-18 19:41:38 +00:00
bde
11fe93eee4
Unmap hints file when finished with it, so that it can go away
...
completely when ldconfig unlinks it. If init is shared, then the
referenced unlinked copy of the hints file created by running
ldconfig in /etc/rc caused the file system to be unclean after
every reboot.
1994-09-15 20:48:55 +00:00
bde
797f1dafb8
Install libregex.h with the correct owner, group and mode.
1994-09-15 19:52:50 +00:00
jkh
7f2bca9909
Add NOMAN, fix Id.
1994-09-15 13:12:23 +00:00
jkh
a8e42c3cae
Add NOMAN, fix Id line.
1994-09-15 13:11:36 +00:00
jkh
e0988033f8
Set NOMAN properly, correct Id line.
1994-09-15 13:10:41 +00:00
jkh
6337e4dfcd
Change install -c to install ${COPY} as per Rod's comments. At least
...
we've got one Makefile that uses this in the tree now! :-)
1994-09-15 12:42:45 +00:00
jkh
6b305c3da5
Fix typo, add -c to install so that files aren't moved out on first
...
install! :-)
1994-09-15 12:10:03 +00:00
jkh
dfabce15d1
Cleaned up comments, added Id lines.
1994-09-15 12:09:36 +00:00
jkh
b01b790ba8
Add texinfo to the list of SUBDIR targets.
1994-09-15 11:11:32 +00:00
swallace
63f357dd4f
Added ${DESTDIR} in the line
...
CFLAGS+= -I$(.CURDIR)/. -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd
1994-09-15 05:17:59 +00:00
gclarkii
a7c9d6c8b5
This commit was generated by cvs2svn to compensate for changes in r2726,
...
which included commits to RCS files with non-trunk default branches.
1994-09-13 13:51:34 +00:00
gclarkii
31fbfe9beb
Import of GNU Info 3.0 in bmake format
1994-09-13 13:51:34 +00:00
rgrimes
d2516625b3
Include of bsd.prog.mk should almost always be the last line of the file.
...
Fix missing ${DESTDIR} in 2 places (rgrimes)
Submitted by: bde
1994-09-12 05:10:07 +00:00
rgrimes
8e5d951531
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
1994-09-11 21:41:41 +00:00
gclarkii
c1cd92a87b
Deleted checks for libcrypt as not nessecery for 2.0.
1994-09-11 19:55:57 +00:00
gclarkii
c2fc3688fc
Added CURDIR directives for some installs.
...
Reviewed by: Gary Clark II
Submitted by: Rod Grimes
1994-09-11 19:53:02 +00:00
gclarkii
0c6bf1f73b
Added includes for Makefile.inc (/usr/src/gnu/usr.bin/Makefile.inc)
...
Reviewed by: Gary Clark II
Submitted by: Rod Grimes
1994-09-11 19:52:29 +00:00
gclarkii
227a0d1584
Changed AF_LOCAL to AF_LOCAL_XX so as not to conflict with 4.4 socket.h
...
Added casts to shutup warnings in doio.c
1994-09-11 03:17:33 +00:00
pst
790ad2fa59
libg++ include files being installed in /usr/include instead of
...
/usr/include/g++
Submitted by: pst
1994-09-10 07:15:59 +00:00
gclarkii
1da28de8c9
This commit was generated by cvs2svn to compensate for changes in r2635,
...
which included commits to RCS files with non-trunk default branches.
1994-09-10 06:27:55 +00:00
gclarkii
bd9f085842
Initial import of Perl 4.046 bmaked
1994-09-10 06:27:55 +00:00
wollman
7ae6d81d71
Bogus little commit to see if my change to log_accum.pl actually worked.
...
CVS:
1994-09-09 22:22:36 +00:00
paul
1b075f107b
Added some missing ${.CURDIR} and removed some that shouldn't have
...
been there. It should build and install fine with and without an
obj dir now.
1994-09-09 19:50:44 +00:00
paul
e935f018a7
Enabled send-pr
1994-09-09 19:48:23 +00:00
rgrimes
ae0202f3c6
ljo:
...
You need to fix the libio/_G_config.h file around lines 42-44. After
that everything should be OK. You should have seen many warning error
messages about this file. There are missing "short" "char" keywords
the file.
Michael:
Apply the following patch
rgrimes:
The patch to include/_G_config.h is highly questionable and has been
marked as such.
Reviewed by: rgrimes
Submitted by: L Jonas Olsson <ljo@ljo-slip.DIALIN.CWRU.Edu>
Submitted by: Michael Reifenberger <root@rz-wb.fh-sw.de>
1994-09-09 15:12:31 +00:00
rgrimes
68697bb86c
Reenable libg++
1994-09-09 15:10:37 +00:00
bde
874994c7cd
Disable one of my extensions (function profiler epilogues) that
...
we're not ready for yet. gcc and all profiled libraries will need
to be recompiled. I suspect that the dependencies aren't complete
enough to do this automatically.
1994-09-02 20:39:41 +00:00
dg
1095f127fc
Use gnumalloc to help reduce memory consumption.
1994-08-29 17:38:28 +00:00
paul
31fb6031b6
Added misc category
...
Submitted by: Paul Richards
1994-08-29 07:35:02 +00:00
paul
65de050908
Fix some bad spacing in send-pr.sh that stopped mail working,
...
changed the category selection.
Submitted by: Paul Richards
1994-08-29 06:15:30 +00:00
paul
6cece6dd2e
Set up the problem categories.
...
Reviewed by:
Submitted by:
1994-08-29 04:13:24 +00:00
paul
35b3792d9b
Added send-pr for sending in bug reports.
...
Reviewed by:
Submitted by:
1994-08-29 04:02:54 +00:00
bde
4b07d8e782
Add dependencies on libraries to DPADD. Someday this should be done
...
automagically. -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
1994-08-28 18:49:06 +00:00
bde
7a562692a6
Use standard clean, cleandir and obj targets.
...
Don't use $@.
Uniformize the man Makefiles for shell scripts. It should't take such
large Makefiles to install one script and one man page each.
1994-08-28 18:33:48 +00:00
bde
72011dcfa3
Remove stale clone of obj target.
1994-08-28 18:25:55 +00:00
bde
52042be992
Add dependencies on libraries to DPADD.
...
Move another include of bsd.prog.mk to the end.
1994-08-28 18:18:19 +00:00
bde
60115a8ba9
Centralize declarations of library names.
1994-08-28 18:12:38 +00:00
bde
fc79ecf3e0
Use ${ECHO} instead of echo' so that
make -s' is fairly quiet.
1994-08-28 17:44:10 +00:00
bde
6d1bd3be60
We do have <dirent.h>, and it was harmful to pretend that we don't.
...
Several files in uucp/libunix included <sys/dir.h> and defined dirent
as direct, but <sys/dir.h> defines direct as dirent. This macro
recursion is not allowed by cpp in traditional mode. The 2.0 mkdep
uses cpp in traditional mode (another bug) so cpp prints a error
message and exits with a nonzero status. The error status leaks out
of the pipe (another bug) so mkdep "succeeds". It may even succeed.
1994-08-28 16:04:56 +00:00
wollman
189837a5f0
Install ld.so immutable.
1994-08-26 19:11:14 +00:00
bde
a9f5e2f0f4
Fixed Makefile for make depend some more. The .depend target was not
...
being created and config.h depended on Makefile.inc being in the wrong
directory so real dependencies were not being checked. The "depend"
target was not created either so "make depend" always found work to do.
1994-08-25 08:36:26 +00:00
paul
53b6f73ce0
Changed cc26 to cc
...
Reviewed by:
Submitted by:
1994-08-24 21:17:33 +00:00
jkh
9c110258c6
From: Tom Pavel <PAVEL@SLAC.Stanford.EDU>
...
Subject: man returns 1
In 1.1.5.1, man returns a status of 1 if the lookup succeeds and 0 if
it fails. Here is a patch for what I believe is a simple oversight:
Submitted by: jkh
1994-08-24 07:26:23 +00:00
paul
8312f29778
Fixed up everything so that the version of gcc that we install from the
...
FreeBSD system sources installs itself as the standard cc and c++. I've
fixed c++ to call cc instead of gcc and removed all the symlinks
that get created to g** version of the binaries. This means that
you can install a second version of gcc that does use the g prefix
alongside the "system" version of gcc. The only conflict is libgcc
but since we install it as libcc.so.26 and nothing else is likely
to that should be ok.
Reviewed by:
Submitted by:
1994-08-23 17:18:58 +00:00
paul
8388777da0
Added -f to rm so install doesn't abort if the file doesn't exist.
...
Reviewed by:
Submitted by:
1994-08-20 06:28:37 +00:00
dg
38d39efec5
Don't explicitly define __FreeBSD__ - this is no longer necessary.
1994-08-19 12:24:45 +00:00
wollman
723735466d
Define __FreeBSD__ to be 2.
1994-08-10 06:12:51 +00:00
jkh
da5752839b
Nuke GNU pr.
...
Reviewed by:
Submitted by:
1994-08-10 00:24:25 +00:00
jkh
c310e3ec57
Punt duplicate declaration of sys_errlist[].
...
Submitted by: jkh
1994-08-09 15:31:52 +00:00
jkh
ad74e8837e
Delete two redundant declarations of _exit() and exit().
...
Submitted by: jkh
1994-08-09 15:15:04 +00:00
jkh
98758fdaff
Remove kgdb for now until we figure out what our gdb strategy is going
...
to be (having two sucks, and this one doesn't even work for 2.0 now!).
Submitted by: jkh
1994-08-09 14:48:35 +00:00
jkh
726074b4a4
Remove redundant (and conflicting) definition of sys_errlist.
...
Submitted by: jkh
1994-08-09 12:07:44 +00:00
jkh
a40e70b97c
New 2.0 specific changes.
...
Reviewed by:
Submitted by:
1994-08-08 20:24:29 +00:00
jkh
cbc0195a68
Make uucp compile again in 2.0. A little perturbed about the comment
...
saying that 4.4 uses f_size in statfs, yet we're using b_size. Anyway,
I've configured things to match our current environment.
Reviewed by:
Submitted by:
1994-08-08 20:24:12 +00:00
phk
c8beafaf61
I belive this should be makeable under 2.0. There may be outstanding
...
issues in these areas:
.h's installed
.hP's installed
-lcurses interaction
files needed in ~/legal for copyleft reasons.
1994-08-08 05:52:55 +00:00
phk
f280e7f6e1
This commit was generated by cvs2svn to compensate for changes in r1935,
...
which included commits to RCS files with non-trunk default branches.
1994-08-08 05:52:55 +00:00
phk
4c5e434fda
This gcc-2.6.0 should work with 2.0
1994-08-08 04:45:29 +00:00
phk
6512454642
This commit was generated by cvs2svn to compensate for changes in r1933,
...
which included commits to RCS files with non-trunk default branches.
1994-08-08 04:45:29 +00:00
phk
1c1ce074d8
Added -Dbsd4_4, this should close the problem with sys_errlist.
1994-08-08 04:36:16 +00:00
phk
d76e884d30
gcc260.patch:
...
moved to the logical name.
libg++-2.6.patch:
FOO_MAX in limits.h isn't in hex under 2.0 (for the time being ??)
libg++-2.6.tcl:
it works on my 1.1.5.1 system. I cannot test it here until gcc-2.6.0
is installed.
gnu2bmake.tcl:
enhanced various ways.
README:
says "don't hack the bmaked sources"
gcc-2.6.0.tcl:
added the gen-* and md files to the bmaked sources. Not used by
makefiles. Do I need to add other files Garrett ?
1994-08-08 04:30:17 +00:00
jkh
a276da7512
cc -> cc26 (until Poul-Henning decides how he wants this to look).
...
Submitted by: jkh
1994-08-07 21:00:46 +00:00
jkh
074642b5a5
Remove libg++ until we have a working one again.
...
Submitted by: jkh
1994-08-07 20:58:04 +00:00
wollman
539f537fbd
Regenerate conf.h with configure script from original package.
1994-08-05 22:33:44 +00:00
wollman
263f601c86
Need -lcompat to link under 2.0.
1994-08-05 22:04:02 +00:00
wollman
83f9018281
Bump shared-library version numbers.
1994-08-05 21:33:53 +00:00
wollman
a53b074453
Last commit was slightly half-baked; try again. Use <sys/cdefs.h> to get
...
__P defined, rather than trying to do it ourselves.
1994-08-05 21:31:51 +00:00
wollman
a7daa1ed08
Use __GNU_P not __P.
1994-08-04 20:57:07 +00:00
wollman
f53b3edeed
Use __GNU_P ratherthan __P.
1994-08-04 20:53:14 +00:00
phk
5ba9f35203
Here comes the right import of gcc-2.6.0.
1994-08-02 20:15:59 +00:00
phk
4d3996ec21
This commit was generated by cvs2svn to compensate for changes in r1823,
...
which included commits to RCS files with non-trunk default branches.
1994-08-02 20:15:59 +00:00
phk
49d4be764f
Here comes the right import of gcc-2.6.0.
1994-08-02 20:15:59 +00:00
phk
cc4d732770
This commit was generated by cvs2svn to compensate for changes in r1814,
...
which included commits to RCS files with non-trunk default branches.
1994-08-02 05:22:24 +00:00
phk
690a62daf0
This is the tcl-scripts which will convert gcc-2.6.0 to bmake form,
...
a patch to gcc from Bruce, and to libg++ by me. I will check in the
actual compiler when Jordan has put in the rest of src/gnu.
1994-08-02 05:22:24 +00:00
jkh
032e36e1c3
Add Chris Demetriou's --unlink changes.
...
I know that I said earlier that this should be unconditional behaviour,
but I thought about it a little more and concluded that the principle of least
surprise dictates that I make it an option.
1994-06-28 07:12:43 +00:00
rgrimes
743b541787
Fix serious off by one error for FreeBSD keyword, this has been driving
...
me nuts as it was on by default and that is NOT what I wanted.
1994-06-22 00:51:42 +00:00
jkh
a74536731c
Remove reference to the ld.so man page - ain't no such animal.
...
Reported by John Lind.
1994-06-17 17:22:16 +00:00
rich
c2b2b84657
Changes from Paul Kranenburg which bring us into sync with his sources:
...
handling of errors through the standard err() and warn()
more fixes for Geoff Rehmet's NULL pointer bug.
fixes NULL pointer bugs when linking mono and nested X servers.
supports a `-nostdlib' option.
accept object files without a symbol table
don't attempt dynamic linking when `-A' is given
a few variable names have chaged (desc -> fd), and the formatting has
changed which should make it much easier to track his sources.
I tested 'make world' for /usr/src and X twice with these changes.
1994-06-15 22:41:19 +00:00
jkh
5ae6bfc630
Make gzip static by default. This is needed because it's such a
...
frequent companion to tar.
1994-06-15 19:16:58 +00:00
jkh
7d31b0a66c
Make tar static by default. Don't scream, you'll thank me for this
...
someday.
1994-06-15 19:16:04 +00:00
adam
8fb1077425
correct location of corefile data segment
1994-06-15 08:24:25 +00:00
csgr
32ebc790cf
Bug reported by Jon-Dean Mountjoy <csjm@cs.ru.ac.za>
...
Paul Kranenburg's description:
ld is in error here, assuming that symbols with N_EXT set always have an
entry in the (global) symbol table: this is not the case for C++ generated
constructor/destructor symbols. I can reproduce your failure by fudging
a "multiply defined" constructor symbol by hand. Checking for `g == NULL'
seems to be a ok as a fence for now.
So:
for now, in do_file_warnings() we check if g == NULL, before trying to generate
any warning messages. This prevents a NULL pointer dereference.
1994-06-14 12:45:41 +00:00
ache
148d11b9e3
Add LIBREADLINE and LIBTERM to DPADD
1994-06-14 11:00:35 +00:00
rgrimes
82999a90dc
Clean up small error in the ncvs code that was causing rcs co to be
...
called with -K-Keoptions -Kioptions. This should fix the problem with
$Id$ still getting changed.
I am also install both ncvs and ocvs on freefall with this change as
ocvs still had the bug with -I \! which I fixed but did not reinstall.
1994-06-14 02:57:09 +00:00
ache
ff94b16f25
Remove PAGE_SIZE redifinition (from param.h)
1994-06-13 08:03:32 +00:00
ache
7bb3544ac8
Change includes in proper way, i.e.
...
"readline.h" --> <readline/readline.h>
Remove -I./readline from Makefile (again!)
1994-06-12 08:51:09 +00:00
paul
7fcf8d6de3
Moved -DTRAD_CORE from gdb/Makefile to bfd/Makefile
1994-06-11 16:20:42 +00:00
paul
68e5644760
Modev -DTRAD_CORE for gdb/Makefile to bfd/Makefile
1994-06-11 16:20:07 +00:00
paul
6ba86fb564
Put back -I${.CURDIR}/readline in Makefile.
...
The sources are just broken and given that an extra -I flag is going
to be needed it may as well be as above to guarantee that the library
will build.
1994-06-11 15:18:01 +00:00
paul
9e37a99838
Added kgdb subdir.
1994-06-10 16:51:29 +00:00
paul
984626bb63
Two files I "lost" the first time.
...
GDB4:
1994-06-10 15:57:46 +00:00
paul
38cc378c61
GDB-4.12 from ports with support for shlibs but not the kernel.
...
This is a greatly pared down version of the full gdb-4.12, all the
config stuff has been removed and the supporting libraries have
been stripped to a minimum. This is a 1.1.5 only port, I'll do a
more complete port for 2.0 which will have all the config stuff
and will install the gnu support libraries as system libraries like
we do for readline.
There wasn't much point for 1.1.5 since only gdb would use them so I
went for saving space instead. For 2.0 I'll config all the
other gnu tools to use them as well.
1994-06-10 13:42:18 +00:00
ache
4707366d36
Remove -I./readline, unneded with make includes
1994-06-10 07:35:49 +00:00
csgr
92a5206e4e
Make these Makefiles work properly when NOMAN is defined.
...
(I wish they just used bsd.prog.mk)
1994-06-05 21:57:16 +00:00
csgr
2bf3d34a8c
Manual pages are now installed via the bsd.man.mk macro, since the
...
existing arrangement in this makefile doesn't allow for compressed
manual pages.
1994-06-05 20:39:58 +00:00
ats
dee20cb856
Add the -r and -s flags to the Usage string.
1994-06-05 19:04:11 +00:00
alm
842f15f2ef
Call fpsetmask(3) so awk doesn't dump core on FP exceptions.
...
Upgrade to version 2.15.5
1994-05-31 18:58:00 +00:00
ache
0f8691556b
Back out previous change and allow uucico to run by others,
...
this required by several programs
1994-05-31 15:55:43 +00:00
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