aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/crunch/examples
Commit message (Collapse)AuthorAgeFilesLines
* crunch: ldconfig and ldd are unrelated to GNU ldEd Maste2026-03-021-4/+4
| | | | | | Move them to the usr.bin section. Fixes: de5663609e4c ("This is the new crunch utility for making...")
* shar: remove from the tree well in advance of the 15.0 releaseKyle Evans2025-07-101-1/+1
| | | | | | | | | | | We have had deprecation notice in the manpage for nearly six months, and it is also present both in 13.5 and 14.3. tar(1) can supply this functionality for those that truly need it, and cy@ has also created a sysutils/freebsd-shar port for this version of a frontend to live on in ports -- this port has been available since December 18, 2024. Reviewed by: allanjude, cy, emaste, jrm Differential Revision: https://reviews.freebsd.org/D50925
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* crunch: remove fdisk from examplesEd Maste2024-01-243-3/+3
| | | | | It has been deprecated for a long time; gpart should be used instead. The man page was updated in 2015 to declare it obsolete (b8c19fd719945).
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* crunch: remove rsh and rlogin from example config fileEd Maste2019-08-131-1/+1
| | | | | | | | | | | | | rcmds removed in r324351. Historical references in the README are maintained. There's a paragraph describing a "980K crunched 'fixit'" that references rsh and rlogin. MFC after: 1 week Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=350983
* send-pr: wave goodbyeEitan Adler2018-08-191-1/+0
| | | | | | | | | | Entering into the world of 12.x we no longer need even the placeholder for send-pr. It has not done anything for some time. With Hat: bugmeister Notes: svn path=/head/; revision=338042
* Remove badsect(8).Konstantin Belousov2017-11-052-2/+3
| | | | | | | | | | | | | | Failure modes of the modern (that is, produced in the last 25 years) hard drives and SSDs made the utility outdated. Since the kernel interface to support it was removed in r324853, cut the userspace remnants as well. Discussed with: bde (who does not like the removal) Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Notes: svn path=/head/; revision=325452
* Deorbit catman. The tradeoff of disk for performance has long since tippedGordon Tetlow2017-09-131-1/+1
| | | | | | | | | | | | | in favor of just rendering the manpage instead of relying on pre-formatted catpages. Note, this does not impede the ability to use existing catpages, it just removes the utility to generate them. Reviewed by: imp, allanjude Approved by: emaste (mentor) Differential Revision: https://reviews.freebsd.org/D12317 Notes: svn path=/head/; revision=323550
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
| | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. Notes: svn path=/head/; revision=264400
* crunch: Sync some NetBSD changes.Pedro F. Giffuni2013-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | crunchide: Apr 11, 2009: fix some -Wsign-compare issues. Sep 20, 1999: Free the right thing. crunchgen: Apr 14, 2009: Fix some WARNS=4 issues (-Wshadow -Wcast-qual) Oct 30, 2004: Add (unsigned char) cast to ctype functions Feb 5, 2001: fix nested extern. examples: Aug 30, 2007: NetBSD 36867 - trsp references are deprecated Obtained from: NetBSD MFC after: 1 week Notes: svn path=/head/; revision=246256
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingAttilio Rao2012-10-161-1/+1
| | | | | | | | | GIANT from VFS. This is not targeted for MFC. Notes: svn path=/head/; revision=241606
* Add support for bmake. This includes:Marcel Moolenaar2012-10-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Don't do upgrade_checks when using bmake. As long as we have WITH_BMAKE, there's a bootstrap complication in ths respect. Avoid it. Make the necessary changes to have upgrade_checks work wth bmake anyway. 2. Remove the use of -E. It's not needed in our build because we use ?= for the respective variables, which means that we'll take the environment value (if any) anyway. 3. Properly declare phony targets as phony as bmake is a lot smarter (and thus agressive) about build avoidance. 4. Make sure CLEANFILES is complete and use it on .NOPATH. bmake is a lot smarter about build avoidance and should not find files we generate in the source tree. We should not have files in the repository we want to generate, but this is an easier way to cross this hurdle. 5. Have behavior under bmake the same as it is under make with respect to halting when sub-commands fail. Add "set -e" to compound commands so that bmake is informed when sub-commands fail. 6. Make sure crunchgen uses the same make as the rest of the build. This is important when the make utility isn't called make (but bmake for example). 7. While here, add support for using MAKEOBJDIR to set the object tree location. It's the second alternative bmake looks for when determining the actual object directory (= .OBJDIR). Submitted by: Simon Gerraty <sjg@juniper.net> Submitted by: John Van Horne <jvanhorne@juniper.net> Notes: svn path=/head/; revision=241298
* Remove extra space introduced by the previous commit.Edward Tomasz Napierala2009-12-291-1/+1
| | | | | | | Submitted by: rwatson Notes: svn path=/head/; revision=201214
* Remove pppd and SLIP-related stuff.Edward Tomasz Napierala2009-12-291-2/+2
| | | | Notes: svn path=/head/; revision=201211
* Remove reference to mount_fdescfs.Craig Rodrigues2006-11-221-2/+2
| | | | | | | Reminded by: ru Notes: svn path=/head/; revision=164492
* Push removal of mrouted down to the rest of the tree.Bruce M Simpson2006-09-291-1/+1
| | | | Notes: svn path=/head/; revision=162794
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-5/+6
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* mount_msdos(8) -> mount_msdosfs(8).Ruslan Ermilov2001-06-011-1/+1
| | | | Notes: svn path=/head/; revision=77578
* mount_fdesc -> mount_fdescfsRuslan Ermilov2001-05-241-2/+2
| | | | | | | mount_portal -> mount_portalfs Notes: svn path=/head/; revision=77132
* Retire kernfs (userland part).Dag-Erling Smørgrav2000-12-281-1/+4
| | | | Notes: svn path=/head/; revision=70427
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50479
* Add a new special called `keep' to the list of special options. ItJoerg Wunsch1997-10-051-0/+9
| | | | | | | | | | provides for a means to specify an argument for crunchide's -k option. (This is required by ntpdate.) Submitted by: peter@rhiannon.clari.net.au (Peter Hawkins) Notes: svn path=/head/; revision=30120
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | 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
* Need /usr/src/sbin/i386 in srcdirs to get fdisk.Rodney W. Grimes1995-03-101-1/+2
| | | | Notes: svn path=/head/; revision=6980
* Fix:Jordan K. Hubbard1994-12-311-0/+1
| | | | | | | | | | | | | | | | >Number: 86 >Category: misc >Synopsis: fixit.conf missing srcdir >Confidential: no >Severity: non-critical >Priority: low >Responsible: core (FreeBSD core team) From John Capo. Submitted by: jcapo Notes: svn path=/head/; revision=5305
* From: Michael Reifenberger <root@rz-wb.fh-sw.de>Jordan K. Hubbard1994-10-261-4/+7
| | | | | | | | | | | | | Could you please commit this patch to usr.sbin/crunch/examples ? This should make fixit.conf compilable again. VI needs some hacks. [Note: I'm not sure how relevant this example is anymore, but then it's only an example] Submitted by: mr Notes: svn path=/head/; revision=3898
* -lcompat removed from libsAndrey A. Chernov1994-10-041-2/+2
| | | | Notes: svn path=/head/; revision=3356
* Correct the .conf files now that halt is gone and reboot is used in it'sRodney W. Grimes1994-09-092-6/+13
| | | | | | | | | | | | | place. Removed mount_pcfs until we have a replacement. Removed fdisk until it is ported and/or replaced. Now have to include many more libraries due to /bin/sh changes. Notes: svn path=/head/; revision=2618
* Add proper links so that - and -sh are catered for.Jordan K. Hubbard1994-06-242-2/+13
| | | | Notes: svn path=/head/; revision=1772
* Remove bogus -lcrypt line.Jordan K. Hubbard1994-06-191-2/+2
| | | | Notes: svn path=/head/; revision=1758
* John Capo's changes to make the fixit floppy image work; I didn't evenJordan K. Hubbard1994-06-161-2/+2
| | | | | | | bother looking at this file before! :) Notes: svn path=/head/; revision=1751
* Whoops, missed the .cache files - those can be tossed too.Jordan K. Hubbard1994-06-151-1/+1
| | | | Notes: svn path=/head/; revision=1738
* Nuke all the intermediate files.Jordan K. Hubbard1994-06-151-1/+1
| | | | Notes: svn path=/head/; revision=1737
* 1. Clean the intermediate files when building the default fixit floppyJordan K. Hubbard1994-06-153-1/+34
| | | | | | | | (demonstration) target. 2. Add the kcopy and filesystem floppy configuration files from Rod. Notes: svn path=/head/; revision=1725
* This is the new crunch utility for making distribution floppies fromJordan K. Hubbard1994-06-153-0/+219
James da Silva. We need to integrate this before 1.1.5 so that we can actually make the boot floppies. Notes: svn path=/cvs2svn/branches/crunch/; revision=1722