adduser.conf is not a shell script, so don't try to parse it as such.
This commit is contained in:
parent
500dd33677
commit
97e1435e74
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2012/12/30 17:17:53 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2012/12/30 19:09:23 jasper Exp $
|
||||
|
||||
COMMENT= configuration editing tool and API
|
||||
|
||||
DISTNAME= augeas-1.0.0
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= sysutils devel
|
||||
|
||||
SHARED_LIBS += augeas 0.0 # 16.0
|
||||
|
14
sysutils/augeas/patches/patch-lenses_shellvars_aug
Normal file
14
sysutils/augeas/patches/patch-lenses_shellvars_aug
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-lenses_shellvars_aug,v 1.1 2012/12/30 19:09:23 jasper Exp $
|
||||
|
||||
adduser.conf is not a shell script, so don't try to parse it as such.
|
||||
|
||||
--- lenses/shellvars.aug.orig Sun Dec 30 20:06:56 2012
|
||||
+++ lenses/shellvars.aug Sun Dec 30 20:07:05 2012
|
||||
@@ -205,7 +205,6 @@ module Shellvars =
|
||||
. incl "/etc/cron-apt/config"
|
||||
. incl "/etc/environment"
|
||||
. incl "/etc/blkid.conf"
|
||||
- . incl "/etc/adduser.conf"
|
||||
. incl "/etc/cowpoke.conf"
|
||||
. incl "/etc/cvs-cron.conf"
|
||||
. incl "/etc/cvs-pserver.conf"
|
Loading…
x
Reference in New Issue
Block a user