jkh
82c1d5d3d3
Add cvsup.nl.freebsd.org
1996-08-21 10:16:49 +00:00
jkh
2d6a22ba7a
Whups! Forgot to do my edits for sup.FreeBSD.org -> cvsup.FreeBSD.org
...
before doing the commit.
1996-08-21 00:26:30 +00:00
jkh
0137409b58
Clean up some of the example docs, add a set of example files for cvsup
...
now that we're actively promoting that service.
1996-08-21 00:23:56 +00:00
wosch
b6b7ab5f10
delete rule 3 (advertising) from copyright
...
resolve symlinks before removing user's home directory
with /bin/rm -rf <home dir>
Submitted by: Guy Helmer <ghelmer@alpha.dsu.edu>
1996-08-11 13:03:25 +00:00
jkh
48a7a75bc1
Sync copyright notices.
...
Noticed-By: jfieber
1996-08-03 14:26:41 +00:00
nate
355654deb0
Changes to the SLIP support files to show how to do proxy ARP.
1996-08-03 05:43:40 +00:00
wosch
47677752eb
This commit was generated by cvs2svn to compensate for changes in r17073,
...
which included commits to RCS files with non-trunk default branches.
1996-07-10 22:29:30 +00:00
wosch
d8e4fc26f8
import removeuser from Guy Helmer
...
see file TODO for known problems
1996-07-10 22:29:30 +00:00
phk
f345bebc32
Add the contrib collection to supfiles.
...
(SUP-mirrors take notice !)
1996-06-26 05:40:58 +00:00
nate
e7f8471784
Add the (commented out) OBJLINK hook.
1996-06-24 16:50:39 +00:00
jkh
0f3adf64a0
Add some examples on burning CDRs - I figured it was about time to
...
document it! :-)
1996-06-23 16:34:44 +00:00
ache
c7313d96f9
Remove advertising actions requirement, they are too bothering for anyone
1996-06-17 19:05:38 +00:00
jkh
81821ce5ba
Update the comments at the top of these things to fit reality. Sup hasn't
...
been a package which you need to add on for awhile now. :-) Also mention
hooks in /etc/make.conf for `make update' fans.
1996-05-04 14:08:49 +00:00
asami
6508c38459
Add ports-all and comment out individual ports-*. Add commented out
...
ports-distfiles to ports-supfile. Add explanations.
1996-04-30 21:05:07 +00:00
asami
5cc0c21531
Take out quotes around MOTIFLIB. Clarify comments a bit, most users
...
don't have to touch neither X11BASE nor MOTIFLIB.
Reported by: kmitch@phantasma.bevc.blacksburg.va.us
1996-04-21 08:56:32 +00:00
dima
45c2d4f4f6
Added sup5.freebsd.org (burka.rdy.com)
...
Obtained from: DNS :-)
1996-04-20 08:12:46 +00:00
ache
2d55190c7f
Back out my MOTIF_STATIC change, it is unnecessary
1996-04-16 11:47:29 +00:00
ache
7dd8453c64
Document MOTIF_STATIC
1996-04-13 06:40:19 +00:00
asami
4c51aabd03
Add commented-out definitions of HAVE_MOTIF and MOTIFLIB.
1996-04-12 09:28:14 +00:00
wollman
787f72eb7d
This commit was generated by cvs2svn to compensate for changes in r14895,
...
which included commits to RCS files with non-trunk default branches.
1996-03-28 21:20:22 +00:00
wollman
808918a21b
A sample program for /dev/perfmon
1996-03-28 21:20:22 +00:00
ache
ee6c90f5c0
Increment network byte order properly
...
Reviewed by: wollman
1996-03-12 10:23:30 +00:00
asami
013d83681a
Add NOPORTDOCS, similar to NOMANCOMPRESS. It prohibits additional
...
port documentation (which can be things like postscript manuals
describing every single of the 65,536 options) from being installed
into ${PREFIX}/share/doc.
1996-03-06 09:10:23 +00:00
ache
ad70e1021b
-u unit-command example
1996-02-17 19:36:08 +00:00
adam
6fb166aaa1
improve the comment for BOOTWAIT
1996-02-15 21:14:36 +00:00
ache
ef3f867ce4
Be more specific about Europe servers
1996-02-05 17:37:54 +00:00
mpp
f07c8e8840
Added a little more verbage to the top of this document and
...
added sup2.au.freebsd.org.
1996-02-05 17:15:38 +00:00
ache
ff34863072
Alternative SUP servers list (correct me, if I forgot smth)
1996-02-04 23:23:31 +00:00
bde
3d19869083
Use `make' loops instead of shell loops to install things. This fixes
...
the verbose output for `make -s install' and gives nicer output for
`make install' and `make -n install'. This method should be used more.
Install meteor and startslip. In fact, install all subdirectories
except CVS. This method should be used more so that SUBDIR lists don't
have to be changed so often (special cases could be handled by short
exclusion lists).
1996-01-21 17:57:25 +00:00
ache
0a15b5f2b0
Remove -fno-strength-reduce, gcc bug fixed recently
1996-01-05 18:54:07 +00:00
peter
ab124e78b0
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
bde
c37e7feb99
Updated lkm examples to work with prototype-related changes to the
...
MOD_MISC() and DISPATCH() macros.
Renamed new_syscall module as new_syscall_mod. It seems to be standard
to have module names ending with _mod, and this may be forced when
MOD_SYSCALL() and MOD_VFS() are updated to match MOD_MISC().
Cleaned up lkm examples a little.
1995-12-25 07:19:32 +00:00
ache
15fd087031
Back out my prev commit, I didn't fully update some things on my machine :-(
1995-12-21 09:09:53 +00:00
ache
55390beab7
Fix collection names to reflect reality
1995-12-21 08:10:47 +00:00
peter
14d68eb924
Dive in the deep end and change the examples installation method.. :-/
...
the 'rm -rf' and cpio was bugging me because rdist used to get false hits
and also it installs the files with the wrong uid.
I've tried this by running a find .. -exec ${INSTALL} ...; instead...
1995-12-11 03:03:24 +00:00
gibbs
97e282dba7
Fix spelling errors.
...
Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu>
1995-12-10 19:27:40 +00:00
markm
15aa2e7538
Modify the supfile collection target names in accordance with Freefall's
...
convention. My international site has been fixed!
1995-12-10 08:08:16 +00:00
asami
4c9a004099
Add ports-www.
1995-12-10 08:04:21 +00:00
gibbs
1ceb7f96aa
Official CVS supfile in preparation for opening of our tree.
1995-12-10 07:35:44 +00:00
gibbs
50f54171de
Seeing as I was elected without nomination to being SUP meister, update
...
these files a bit. The entries for the International secure collections
don't match Freefall's naming conventions, but hopefully MarkM will fix that
soon. Each file now has an extensive header describing what it is, how
to use it, and how you may want to customize it for a particular system.
1995-12-10 02:39:24 +00:00
ache
ba1e929d03
Yet one conf example
1995-12-09 05:11:02 +00:00
nate
60a6c40d39
Added support for the slip.hosts options 'normal', 'compress', 'noicmp',
...
and 'autocmp'.
Obtained from: (mostly) slattach and (slightly) 1.X
1995-12-04 06:10:29 +00:00
ache
8a654117aa
Remove ports-utils
1995-11-30 19:57:56 +00:00
asami
d26203577f
Add ports-misc and ports-www.
1995-11-30 07:18:26 +00:00
ache
8e50858f81
Refle
1995-09-30 17:20:27 +00:00
jfieber
717f110c0c
Add sup.
1995-09-30 15:46:54 +00:00
jfieber
e6cc220726
Move supfile examples from share/FAQ/extras to share/examples/sup
1995-09-30 15:24:57 +00:00
ache
d55aa6df3b
Change SUPFILEx order, secure first, ports second to make base system update first
...
All stuff commented out
1995-09-28 14:59:44 +00:00
peter
f354a9c51e
Fix typo.
...
The skeleton still had one reference to "THE REGENTS" instead of "[your name]"
1995-09-22 20:47:03 +00:00
ache
9299d1d254
Update to reflect new options
1995-09-15 20:15:10 +00:00