Browse Source

add -f to #! at top; from bruno@rohee.com

OPENBSD_3_9
deraadt 19 years ago
parent
commit
4eba5411d3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/mklogin.conf

+ 2
- 2
src/etc/mklogin.conf View File

@ -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


Loading…
Cancel
Save