summaryrefslogtreecommitdiffstats
path: root/release/scripts/crypto-install.sh
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-04-08 23:09:21 +0000
committerobrien <obrien@FreeBSD.org>2001-04-08 23:09:21 +0000
commitc86966a7ca5f846bfa38b786d8ab834afab5c2b7 (patch)
treea9439ab1bdbf00f9f1f5e17551a4fc5642f8c3ee /release/scripts/crypto-install.sh
parent11e3cce4baf3b91dbd0f8ba00d14cf01a3d0b9a4 (diff)
downloadFreeBSD-src-c86966a7ca5f846bfa38b786d8ab834afab5c2b7.zip
FreeBSD-src-c86966a7ca5f846bfa38b786d8ab834afab5c2b7.tar.gz
Add FreeBSD IDs to some files and make the others consistent in style.
Diffstat (limited to 'release/scripts/crypto-install.sh')
-rwxr-xr-xrelease/scripts/crypto-install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/crypto-install.sh b/release/scripts/crypto-install.sh
index d915431..d51caac 100755
--- a/release/scripts/crypto-install.sh
+++ b/release/scripts/crypto-install.sh
@@ -1,5 +1,8 @@
#!/bin/sh
#
+# $FreeBSD$
+#
+
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1
OpenPOWER on IntegriCloud