aboutsummaryrefslogtreecommitdiff
path: root/sbin/quotacheck
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:29 +0000
commit51e16cb8fc536913f490ac6bc9c17e92ebd0411b (patch)
tree6f80c0c461cb7684f6e3537a09805c599ec28972 /sbin/quotacheck
parent43581d7b6617959e4452094d9330ef020034a6c9 (diff)
downloadsrc-51e16cb8fc536913f490ac6bc9c17e92ebd0411b.tar.gz
src-51e16cb8fc536913f490ac6bc9c17e92ebd0411b.zip
sbin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
Diffstat (limited to 'sbin/quotacheck')
-rw-r--r--sbin/quotacheck/Makefile1
-rw-r--r--sbin/quotacheck/quotacheck.82
-rw-r--r--sbin/quotacheck/quotacheck.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile
index 644e46e3a772..d737e4f04723 100644
--- a/sbin/quotacheck/Makefile
+++ b/sbin/quotacheck/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/5/93
PACKAGE=quotacheck
PROG= quotacheck
diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8
index 2675245aa345..cd1b60e51060 100644
--- a/sbin/quotacheck/quotacheck.8
+++ b/sbin/quotacheck/quotacheck.8
@@ -28,8 +28,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)quotacheck.8 8.1 (Berkeley) 6/5/93
-.\"
.Dd January 25, 2007
.Dt QUOTACHECK 8
.Os
diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c
index 3f608c103b1d..952c101a6034 100644
--- a/sbin/quotacheck/quotacheck.c
+++ b/sbin/quotacheck/quotacheck.c
@@ -39,9 +39,6 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)quotacheck.c 8.3 (Berkeley) 1/29/94";
-#endif /* not lint */
#endif
#include <sys/cdefs.h>
/*