diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-11-23 17:21:37 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:29 +0000 |
commit | 6e28a6bc2e83d56a5d2d5ee4f5da72d798de2d07 (patch) | |
tree | be26fd9ae83789a4e068ddf3dbbcb96b86379494 /stand/common | |
parent | 97759ccc715c4b365432c16d763c50eecfcb1100 (diff) |
stand: 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 'stand/common')
-rwxr-xr-x | stand/common/newvers.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stand/common/newvers.sh b/stand/common/newvers.sh index 610999bf7ace..916fecb98334 100755 --- a/stand/common/newvers.sh +++ b/stand/common/newvers.sh @@ -28,8 +28,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -# -# @(#)newvers.sh 8.1 (Berkeley) 4/20/94 tempfile=$(mktemp tmp.XXXXXX) || exit trap "rm -f $tempfile" EXIT INT TERM |