summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* Remove mention of doscmd.des2004-03-241-1/+0
|
* o Add user proxy.maxim2004-03-201-0/+1
|
* Link pf to the build and install:mlaier2004-03-081-0/+2
| | | | | | | | | | | | | | | | This adds the former ports registered groups: proxy and authpf as well as the proxy user. Make sure to run mergemaster -p in oder to complete make installworld without errors. This also provides the passive OS fingerprints from OpenBSD (pf.os) and an example pf.conf. For those who want to go without pf; it provides a NO_PF knob to make.conf. __FreeBSD_version will be bumped soon to reflect this and to be able to change ports accordingly. Approved by: bms(mentor)
* Add ports-net-mgmt to the relevant supfiles.marcus2004-02-232-0/+2
| | | | MFC after: 4 days
* Added missing DPADD.ru2004-02-052-0/+2
|
* Fixed static build.ru2004-02-041-2/+2
|
* Document NO_VINUM, which is already listed in the man page.des2004-02-031-0/+1
|
* Always build ext2fs module. There is no written policy preventing theobrien2004-01-281-3/+0
| | | | building of GPL'ed modules.
* Add NO_BLUETOOTH knob to the build processemax2004-01-281-0/+1
| | | | | Requested by: phk Reviewed by: imp (mentor), ru
* Add ports-accessibility and ports-x11-themes to the example supfiles.marcus2004-01-202-0/+4
|
* Remove verbage about -O2 producing bad code on Alpha. By all accountsobrien2004-01-181-2/+2
| | | | | | | GCC 3.3 -O2 produces correct code on Alpha. However, note that FreeBSD has alias bugs that make -O2 produce bad code on all(most?) platforms. Also don't tell people we don't want -O2 related bug reports, we do -- if they contain patches.
* Sync with sys/boot/forth/frames.4th revision 1.2 (PC98 support).nyan2004-01-181-21/+43
| | | | Suggested by: matusita
* Note that REPORT_LUNS should be implemented to work better with Linuxnjl2004-01-091-0/+1
| | | | and Windows as initiators.
* Enable autosense by default. This shouldn't hurt SPI and is requirednjl2004-01-091-1/+1
| | | | for FC.
* Bump the max number of initiators to 256 from 16. This is appropriate fornjl2004-01-091-3/+3
| | | | fibre channel and shouldn't hurt SPI.
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-085-10/+21
| | | | | | as these ioctl's aren't MD. This also means they are installed in /usr/include/dev/bktr now. Also provide compatability wrappers for where these headers lived in 4.x.
* Add the ports/arabic category to the examples.ceri2003-11-164-0/+4
| | | | MFC After: 4 days
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-151-2/+2
| | | | | | constants NG_*SIZ that include the trailing NUL byte. This change is mostly mechanical except for the replacement of a couple of snprintf() and sprintf() calls with strlcpy.
* People are blindly coping this example refuse file. Doing so breaksgshapiro2003-11-082-6/+3
| | | | | | | | | buildworld as src/etc/sendmail/freebsd.mc is missing. That example was added 3 years ago, before the /etc/mail/ infrastructure was in place for customized configurations. It is time to remove this example. Noticed by: Robert Gray <bob@boulderlabs.com> in freebsd-stable MFC after: 1 day
* Connect /etc/bluetooth and /usr/share/examples/netgraph/bluetooth to the build.emax2003-10-261-0/+1
| | | | | Reviewed by: imp, simon Approved by: imp (mentor)
* - Enable 16byte commands.simokawa2003-10-184-19/+159
| | | | | | | - Fix printf warnings on 64bit architectures. - Accept 'k', 'm' and etc. for -s option. Reviewed by: njl
* Style fixes: shell script indentation, if/then style, plus a lotdds2003-10-031-88/+83
| | | | | | of comments in C code (capitalized, end with full stop). Submitted by: schweikh
* Create a driver that will compile without warnings on -CURRENTdds2003-10-031-18/+21
| | | | | | | More changes are probably needed to create a correct driver. Reviewed by: markm Approved by: schweikh (mentor)
* fix typos in comments.julian2003-09-302-2/+2
| | | | Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
* * scsi_cmds.csimokawa2003-09-252-4/+28
| | | | | | | | | | - Fill in autosense data. - Add compatibility for RELENG_4. * scsi_target.c - Raw device support - Set correct value in c_descr->offset for CAM_DIR_NONE case. - Support for CTIO abort.
* Turn SENDMAIL_CF_DIR into an officially supported make.conf variablegshapiro2003-09-241-0/+5
| | | | | | | | | and use it in src/etc/sendmail/Makefile in case the user wants to use a different path to the sendmail m4 sources (e.g., sendmail port users). Submitted by: dinoex MFC after: 21 days X-MFC after: RELENG_4 code freeze ends
* Update comment about compression to refer to CPU limitations instead of T1seivind2003-09-187-7/+21
|
* Remove nsswitch.conf from the list of examples, because there is nonectar2003-09-151-1/+0
| | | | | | such example. Reported by: blackend
* Get rid of duplicates.ru2003-09-142-2/+2
|
* Using prefix=/usr will put these files in /usr/gnats, not /usr/ports.ceri2003-09-121-1/+1
|
* Add the ports/dns and ports/polish categories.ceri2003-09-124-0/+6
|
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-1/+1
|
* make sure we really don't have a tty when installing rules. This preventsjmg2003-09-071-3/+3
| | | | | | | a flush command from asking a question (you can't see): If there is no tty associated with the process, this is implied. MFC after: 1 day
* getopt returns -1 not EOF at the end of args. Compare against that.imp2003-08-071-1/+1
|
* Fix the cdev kld example.mbr2003-08-034-23/+14
| | | | | | PR: 52954 Submitted by: Priit Piipuu <priit.piipuu@mail.ee> Reviewed by: phk
* Thanks to Ruslan's src/etc/sendmail/Makefile patch, it is now safegshapiro2003-07-061-9/+0
| | | | | | | (though probably not a good idea in general) to set the various SENDMAIL_*_MC variables to /etc/mail/sendmail.mc or /etc/mail/submit.mc. MFC after: 5 days
* Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not.ru2003-05-211-1/+2
| | | | | Submitted by: Marius Strobl <marius@alchemy.franken.de> Approved by: re (jhb)
* Retire the useless NOSECURE knob.des2003-05-191-1/+0
| | | | Approved by: re (scottl)
* This file just didn't want to commit in the last batch of bluetooth files.julian2003-05-101-0/+267
| | | | Approved by: re@
* Consistentify our NO_KERBEROS documentation.obrien2003-05-061-5/+1
| | | | Approved by: re(bmah)
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extramarkm2003-05-051-2/+2
| | | | | cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
* xten has gone.maxim2003-04-281-1/+0
|
* Quote authname and authkey. Some ISPs allow (or even require)keramida2003-04-104-25/+25
| | | | | | | | | non-alphanumeric characters in these and this will be a hint to the users that quotes can and should be used in such cases. PR: docs/42292 Submitted by: Matthias Andree <matthias.andree@web.de> MFC after: 1 week
* Add missing Danish (doc/da_*) language doc subdirectorykeramida2003-03-262-0/+2
| | | | | PR: docs/50290 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Remove reference to MAKEDEVbrueffer2003-03-251-2/+0
|
* KerberosIV deorbit sequence: MAKE_KERBEROS4 is no longer a valid option.markm2003-03-081-6/+0
|
* Add cvsroot-all to the examplepeter2003-03-041-0/+13
|
* Move NOMAN down the section without underscore characters.trhodes2003-02-141-1/+1
| | | | | | Add a forgotten `=' sign. Thanks to: ru, bde
* Various spelling and grammar fixesbrueffer2003-02-131-8/+8
| | | | | | PR: 44312 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 3 days
* Add NOMAN here also.trhodes2003-02-111-0/+1
|
OpenPOWER on IntegriCloud