aboutsummaryrefslogtreecommitdiff
path: root/share/examples/etc/README.examples
Commit message (Collapse)AuthorAgeFilesLines
* Remove ftpd(8)Lexi Winter2025-09-291-1/+0
| | | | | | | | | | | | | | | | | | | | | This was previously deprecated and is slated for removal in 15.0. Users who still need ftpd(8) can install the ftp/freebsd-ftpd port. Retain the ftp(d) PAM services since other FTP daemons use them. Update /etc/inetd.conf to point to /usr/local. Add ftpd to ObsoleteFiles, but do not list configuration files since users may want to preserve these to use with the freebsd-ftpd port. There is still some language in the manual referring to ftpd(8) which is relevant to the port, which has been retained but updated to reference the port. MFC after: 3 days Relnotes: yes Reviewed by: cperciva Differential Revision: https://reviews.freebsd.org/D52739
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\$FreeBSD\$$\n/
* Remove portsnap(8)Colin Percival2023-04-231-3/+2
| | | | | | | | | | | | | | | Rather than having a tool in the FreeBSD base system for obtaining the FreeBSD ports tree, users are encouraged to `pkg install git` and then `git clone https://git.FreeBSD.org/ports.git /usr/ports`. The portsnap servers will continue operating until FreeBSD 13 reaches its End-of-Life, and portsnap is available from the ports tree as ports-mgmt/portsnap. Requested by: portmgr Relnotes: yes Differential Revision: https://reviews.freebsd.org/D39563 X-MFC: no
* rc.sendmail: remove unused scriptBaptiste Daroussin2022-11-091-1/+0
| | | | | | | | 20 years ago the use of rc.sendmail script was dropped in favor of /etc/rc.d/sendmail, it is time to retire the script entirely now. MFC after: 1 week
* Put OPIE to rest.Dag-Erling Smørgrav2022-10-021-1/+0
| | | | Differential Revision: https://reviews.freebsd.org/D36592
* - Trim an unused and bogus Makefile for mount_smbfs.Davide Italiano2013-06-281-0/+1
| | | | | | | | | - Reconnect with some minor modifications, in particular now selsocket() internals are adapted to use sbintime units after recent'ish calloutng switch. Notes: svn path=/head/; revision=252356
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-181-1/+0
| | | | | | | | | | | | | | | | GIANT from VFS. In addition, disconnect also netsmb, which is a base requirement for SMBFS. In the while SMBFS regular users can use FUSE interface and smbnetfs port to work with their SMBFS partitions. Also, there are ongoing efforts by vendor to support in-kernel smbfs, so there are good chances that it will get relinked once properly locked. This is not targeted for MFC. Notes: svn path=/head/; revision=241680
* Finally nuke auth.conf, nine years after it was deprecated. The onlyDag-Erling Smørgrav2012-06-121-1/+0
| | | | | | | | | | | | | | | | | | | | | thing it was still used for was to set the "global default" password hash. Since the stock auth.conf contained nothing but comments, the global default was actually the first algorithm in crypt(3)'s list, which happens to be DES; I take the fact that nobody noticed as proof that it was not used outside of crypt(3). The only other use in our tree was in the Kerberos support code in in tinyware's passwd(1). I removed that code in an earlier commit; it would not have compiled anyway, as it only supported Kerberos IV. The auth_getval() function is now a stub that always returns NULL, which has the same effect as a functional auth_getval() with an empty auth.conf. MFC after: 3 weeks Notes: svn path=/head/; revision=236965
* Remove the manpath.config entry now that it's no longer installed.Gordon Tetlow2010-10-091-1/+0
| | | | | | | | Submitted by: b. f. Approved by: wes (mentor implicit) Notes: svn path=/head/; revision=213645
* Remove references to pccard.conf, it is no longer used.Warner Losh2006-10-191-2/+0
| | | | Notes: svn path=/head/; revision=163495
* Close a "(" I left open.Matteo Riondato2006-05-161-1/+1
| | | | Notes: svn path=/head/; revision=158657
* Update README.examples according to the current state of the examples/etc ↵Matteo Riondato2006-05-151-18/+30
| | | | | | | | | directory PR: conf/97232 Notes: svn path=/head/; revision=158604
* Spelling fixes.Mike Pritchard2004-06-201-1/+1
| | | | Notes: svn path=/head/; revision=130787
* Fix typo.Josef El-Rayes2004-05-121-1/+1
| | | | | | | | Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us> PR: docs/66536 Notes: svn path=/head/; revision=129158
* Remove nsswitch.conf from the list of examples, because there is noJacques Vidrine2003-09-151-1/+0
| | | | | | | | | such example. Reported by: blackend Notes: svn path=/head/; revision=120094
* Removed the vestiges of modems(5).Ruslan Ermilov2002-11-271-1/+0
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107318
* Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf asAlexander Langer2001-08-301-1/+1
| | | | | | | | | | | | | | | | | discussed on the arch@ mailinglist (after repo-copy). sys.mk will .error if it finds /etc/defaults/make.conf but include it anyways (this is the same behaviour as with the make.conf.local removal). /usr/share/examples/etc/make.conf has BDEFLAGS commented out now, since it's only an example file. Adjust all textes that talk about make.conf or defaults/make.conf to match the new situation. Notes: svn path=/head/; revision=82604
* Document defaults/periodic.conf.Alexander Langer2001-08-291-0/+1
| | | | Notes: svn path=/head/; revision=82520
* Since we remove skey...Andrey A. Chernov2001-07-301-1/+0
| | | | Notes: svn path=/head/; revision=80642
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod. = Hesiod has been added to libc (see hesiod(3)). = A library routine for parsing nsswitch.conf and invoking callback functions as specified has been added to libc (see nsdispatch(3)). = The following C library functions have been modified to use nsdispatch: . getgrent, getgrnam, getgrgid . getpwent, getpwnam, getpwuid . getusershell . getaddrinfo . gethostbyname, gethostbyname2, gethostbyaddr . getnetbyname, getnetbyaddr . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr = host.conf has been removed from src/etc. rc.network has been modified to warn that host.conf is no longer used at boot time. In addition, if there is a host.conf but no nsswitch.conf, the latter is created at boot time from the former. Obtained from: NetBSD Notes: svn path=/head/; revision=65532
* Enable etc/defaults/pccard.conf which is default configuration fileMitsuru IWASAKI2000-04-031-1/+1
| | | | | | | | | | | | | for pccardd. Please install /etc/defaults/pccard.conf and update /etc/defaults/rc.conf as well. Note that old pccard.conf.sample still remains for while but no longer to be maintained. Reviewed by: imp, -mobile ML and nomads ML in Japan. Notes: svn path=/head/; revision=58979
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Actually install the virgin copies of the /etc files that we so proudlySheldon Hearn1999-06-241-3/+27
| | | | | | | | | | claim to install in /usr/share/examples/etc/README.examples . PR: 5207 Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu> Notes: svn path=/head/; revision=48185
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Install /etc from the same source as /usr/share/examples/etc (mostly).Garrett Wollman1994-09-191-0/+43
Notes: svn path=/head/; revision=2905