From cd6fdcb9ac71ac3fd3f6cbc97a61a2faa0fa4c03 Mon Sep 17 00:00:00 2001 From: Mike Silbersack Date: Thu, 3 Jan 2002 21:53:09 +0000 Subject: [PATCH] Solve vnode_if.pl's identity crisis; make sure that it refers to itself as vnode_if.pl instead of vnode_if.sh. PR: 33509 MFC after: 3 weeks --- sys/kern/vnode_if.pl | 8 ++++---- sys/tools/vnode_if.awk | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/kern/vnode_if.pl b/sys/kern/vnode_if.pl index 32eabfef100..795110cdba5 100644 --- a/sys/kern/vnode_if.pl +++ b/sys/kern/vnode_if.pl @@ -37,7 +37,7 @@ # # Script to produce VFS front-end sugar. # -# usage: vnode_if.sh srcfile +# usage: vnode_if.pl srcfile # (where srcfile is currently /sys/kern/vnode_if.src) # @@ -62,7 +62,7 @@ while (my $arg = shift @ARGV) { } elsif ($arg =~ m/\.src$/) { $srcfile = $arg; } else { - print "usage: vnode_if.sh [-c] [-h] srcfile\n"; + print "usage: vnode_if.pl [-c] [-h] srcfile\n"; exit(1); } } @@ -84,7 +84,7 @@ if ($hfile) { * This file is produced automatically. * Do not modify anything in here by hand. * - * Created from @(#)vnode_if.sh 8.1 (Berkeley) 6/10/93 + * Created from $FreeBSD$ */ extern struct vnodeop_desc vop_default_desc; @@ -100,7 +100,7 @@ if ($cfile) { * This file is produced automatically. * Do not modify anything in here by hand. * - * Created from @(#)vnode_if.sh 8.1 (Berkeley) 6/10/93 + * Created from $FreeBSD$ */ #include diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk index 32eabfef100..795110cdba5 100644 --- a/sys/tools/vnode_if.awk +++ b/sys/tools/vnode_if.awk @@ -37,7 +37,7 @@ # # Script to produce VFS front-end sugar. # -# usage: vnode_if.sh srcfile +# usage: vnode_if.pl srcfile # (where srcfile is currently /sys/kern/vnode_if.src) # @@ -62,7 +62,7 @@ while (my $arg = shift @ARGV) { } elsif ($arg =~ m/\.src$/) { $srcfile = $arg; } else { - print "usage: vnode_if.sh [-c] [-h] srcfile\n"; + print "usage: vnode_if.pl [-c] [-h] srcfile\n"; exit(1); } } @@ -84,7 +84,7 @@ if ($hfile) { * This file is produced automatically. * Do not modify anything in here by hand. * - * Created from @(#)vnode_if.sh 8.1 (Berkeley) 6/10/93 + * Created from $FreeBSD$ */ extern struct vnodeop_desc vop_default_desc; @@ -100,7 +100,7 @@ if ($cfile) { * This file is produced automatically. * Do not modify anything in here by hand. * - * Created from @(#)vnode_if.sh 8.1 (Berkeley) 6/10/93 + * Created from $FreeBSD$ */ #include