summaryrefslogtreecommitdiffstats
path: root/share/examples
Commit message (Collapse)AuthorAgeFilesLines
* Bumped document date for the recent changes here.ru2004-07-071-13/+14
| | | | | | | Fixed bad example of how to start a new sentence. Added missing punctuation. Fixed cut-n-paste error in the STANDARDS section. Mention modern POSIX and C standards.
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-032-5/+11
|
* The -O2 bugs are in libalias(3), not ppp(8).des2004-07-031-1/+1
|
* Removed trailing whitespace.ru2004-07-024-14/+14
|
* Explain that -O2 is supported, but known to expose bugs in ppp(8).des2004-07-021-3/+3
|
* Add user _pflogd.maxim2004-06-301-0/+1
|
* Typo.pjd2004-06-261-1/+1
|
* Spelling fixes.mpp2004-06-201-1/+1
|
* Spelling fixes.mpp2004-06-202-2/+2
|
* Spelling fix and add $ FreeBSD $ tagmpp2004-06-201-1/+2
|
* Grr. Fixup markup on my last commit. Sorry, I'm a little out of practice :)mpp2004-06-201-6/+6
|
* Sync up ERRORS section with errno.h.mpp2004-06-201-0/+14
|
* Style.maxim2004-06-091-5/+4
|
* Remove duplicate #include.le2004-06-091-1/+0
| | | | | PR: misc/67748 Submitted by: bugghy <bugghy@phenix.rootshell.be>
* /usr is not really the ideal place for a ports application to storecjc2004-05-247-28/+28
| | | | | | | a frequently updated database. /var/db is a much more reasonable place for this kind of thing. Set a good example. Reviewed by: -arch
* Fix typo.josef2004-05-121-1/+1
| | | | | Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us> PR: docs/66536
* Fix typos.simon2004-05-101-3/+3
| | | | | PR: docs/66481 Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us>
* Add some lines to note that 'www' is available as an optionjosef2004-05-041-0/+6
| | | | to get the www tree.
* 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
|
OpenPOWER on IntegriCloud