aboutsummaryrefslogtreecommitdiff
path: root/release/scripts/proflibs-install.sh
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-04-08 23:09:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-04-08 23:09:21 +0000
commit3bcda1f14175cfc76c95ad8a1a94e614eb191092 (patch)
treeb8aae47749a7e741c49afb96eb87b280df66bbee /release/scripts/proflibs-install.sh
parent19cc96f6a3e4a1587ea368d4f1bc2cb1c5db39f6 (diff)
downloadsrc-3bcda1f14175cfc76c95ad8a1a94e614eb191092.tar.gz
src-3bcda1f14175cfc76c95ad8a1a94e614eb191092.zip
Add FreeBSD IDs to some files and make the others consistent in style.
Notes
Notes: svn path=/head/; revision=75328
Diffstat (limited to 'release/scripts/proflibs-install.sh')
-rwxr-xr-xrelease/scripts/proflibs-install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/proflibs-install.sh b/release/scripts/proflibs-install.sh
index fa67ec78c626..5dd2b4239938 100755
--- a/release/scripts/proflibs-install.sh
+++ b/release/scripts/proflibs-install.sh
@@ -1,5 +1,8 @@
#!/bin/sh
#
+# $FreeBSD$
+#
+
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1