summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2005-10-12 02:04:31 +0000
committerderaadt <deraadt@openbsd.org>2005-10-12 02:04:31 +0000
commit0659f9fd262555400248f0ffd76b8d17483cec11 (patch)
tree3f5821648b16fe619274c79a8857ab180e0570bd
parenthave gem strip off the Ethernet FCS before passing it to bpf. (diff)
downloadwireguard-openbsd-0659f9fd262555400248f0ffd76b8d17483cec11.tar.xz
wireguard-openbsd-0659f9fd262555400248f0ffd76b8d17483cec11.zip
add -f to #! at top; from bruno@rohee.com
-rw-r--r--etc/mklogin.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mklogin.conf b/etc/mklogin.conf
index 4c7b938e4f1..83d0be58e21 100644
--- a/etc/mklogin.conf
+++ b/etc/mklogin.conf
@@ -1,11 +1,11 @@
-#!/usr/bin/awk
+#!/usr/bin/awk -f
#
# Generates a login.conf file from login.conf.in and an optional
# file containing overrides.
#
# Usage: mklogin.conf [overrides_file] < login.conf.in > login.conf.out
#
-# $OpenBSD: mklogin.conf,v 1.1 2005/08/15 00:40:17 millert Exp $
+# $OpenBSD: mklogin.conf,v 1.2 2005/10/12 02:04:31 deraadt Exp $
BEGIN {
# Default substitutions