summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Step 2 of eliminating the "games" distribution: Remove punch cardcperciva2015-02-221-4/+0
| | | | | | | | | | | | | | utilities. I was originally planning on removing the phase-of-moon (pom), clock (grdc), and caesar cipher (caesar, rot13) utilities as well, but after I committed r278616 I received an astonishing volume of email informing me that those are still being widely used. Much to my relief, nobody reported continuing to use the punch card utilities in production. The final step will be to merge src/games into src/usr.bin. This change will not be MFCed.
* Silence a warning.gnn2015-02-121-1/+1
|
* Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-02-125-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | update paths; and include everything in the "base" distribution. The "games" distribution being optional made sense when there were more games and we had small disks; but the "games-like" games were moved into the ports tree a dozen years ago and the remaining "utility-like" games occupy less than 0.001% of my laptop's small hard drive. Meanwhile every new user is confronted by the question "do you want games installed" when they they try to install FreeBSD. The next steps will be: 2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), and caesar cipher (caesar, rot13) utilities. I intend to keep fortune, factor, morse, number, primes, and random, since there is evidence that those are still being used. 3. Merging src/games into src/usr.bin. This change will not be MFCed. Reviewed by: jmg Discussed at: EuroBSDCon Approved by: gjb (release-affecting changes)
* makeroot: Add -l option to set file system volume labelemaste2015-02-062-2/+9
| | | | | Reviewed by: brooks Differential Revision: https://reviews.freebsd.org/D1782
* Handle invocation with neither of -e / -femaste2015-02-061-1/+3
| | | | | Reviewed by: brooks Differential Revision: https://reviews.freebsd.org/D1780
* apparently MAN was misspelled, fix..jmg2015-02-051-1/+1
| | | | Submitted by: ngie
* add a quick testing program I wrote for adrian...jmg2015-02-053-0/+96
|
* Clean up more usb related files when MK_USB == no when dealing withngie2015-02-041-0/+112
| | | | | | | | manpages, libraries, and binaries MFC after: 1 week X-MFC with: r278135 Sponsored by: EMC / Isilon Storage Division
* Add MK_FILE to control whether or not to build file(1), libmagic(3), etcngie2015-02-041-0/+4
| | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* Add the following options to enable/disable several features in the base systemngie2015-02-049-0/+34
| | | | | | | | | | | | | | | WITHOUT_BOOTPARAMD - bootparamd WITHOUT_BOOTPD - bootpd WITHOUT_FINGER - finger, fingerd WITHOUT_FTP - ftp, ftpd WITHOUT_INETD - inetd WITHOUT_RBOOTD - rbootd WITHOUT_TCP_WRAPPERS - tcpd, et al WITHOUT_TFTP - tftp, tftp-server WITHOUT_TIMED - timed MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* Conditionalize building radius support into libpam, ppp, etc viangie2015-02-041-0/+5
| | | | | | | MK_RADIUS_SUPPORT MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* - Remove more files when MK_USB == noamdmi32015-02-031-0/+237
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_UNBOUND == noamdmi32015-02-031-0/+6
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_TEXTPROC == noamdmi32015-02-031-0/+9
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_TESTS == noamdmi32015-02-031-0/+8
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_TCSH == noamdmi32015-02-031-0/+9
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_SYSCONS == noamdmi32015-02-031-3/+184
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_SSP == noamdmi32015-02-031-0/+35
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_QUOTAS == noamdmi32015-02-031-0/+15
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_PORTSNAP == noamdmi32015-02-031-0/+1
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_PMC == noamdmi32015-02-031-0/+86
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_PF == noamdmi32015-02-031-0/+7
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_OPENSSH == noamdmi32015-02-031-0/+26
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_NTP == noamdmi32015-02-021-0/+1
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_NS_CACHING == noamdmi32015-02-021-0/+9
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_NLS_CATALOGS == noamdmi32015-02-021-0/+24
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_NLS == noamdmi32015-02-021-1/+108
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_NETGRAPH_SUPPORT == noamdmi32015-02-021-0/+9
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_NETGRAPH == noamdmi32015-02-021-0/+37
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_MAN_UTILS == noamdmi32015-02-021-0/+26
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_MAN == noamdmi32015-02-021-4/+4
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_MAKE == noamdmi32015-02-021-0/+365
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_MAIL == noamdmi32015-02-021-0/+4
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_LOCALES == noamdmi32015-02-021-3/+1033
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_LIBCPLUSPLUS == noamdmi32015-02-021-0/+111
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_HTML == noamdmi32015-02-021-3/+70
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_GROFF == noamdmi32015-02-021-0/+70
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_GPIO == noamdmi32015-02-021-0/+5
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_DMAGENT == no and move the chunk into its ↵amdmi32015-02-021-7/+8
| | | | | | | | | alphabetical place MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_BSNMP == noamdmi32015-02-021-0/+19
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_BSD_CPIO == noamdmi32015-02-021-0/+7
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_BOOT == noamdmi32015-02-021-3/+57
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_BLUETOOTH == noamdmi32015-02-021-0/+7
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* - Remove more files when MK_BINUTILS == noamdmi32015-02-021-0/+28
| | | | | | | MFC after: 1 week Reviewed by: ngie Approved by: ngie Differential Revision: D1600
* Keep original images, dont compile tests,mr2015-01-302-6/+25
| | | | makefs for iso images translates labes to uppercase, so adopt fstab for this case.
* Respect MK_KERBEROS with etc/rc.d/ipropd_master and etc/rc.d/ipropd_slavengie2015-01-261-0/+2
| | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* Honor MK_WIRELESS with etc/rc.d/hostapd and etc/rc.d/wpa_supplicantngie2015-01-261-0/+2
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Honor MK_JAIL with etc/rc.d/jailngie2015-01-261-0/+1
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Honor MK_BLUETOOTH with etc/defaults/bluetooth.device.confngie2015-01-261-0/+1
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Honor MK_ACCT with etc/pam.d/atrunngie2015-01-261-0/+1
| | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
OpenPOWER on IntegriCloud