allow parsing of hostname.if(5) files.
This commit is contained in:
parent
4c27b14ba8
commit
412bdcec9d
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2013/04/15 19:38:34 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2013/04/15 20:31:22 jasper Exp $
|
||||
|
||||
COMMENT= configuration editing tool and API
|
||||
|
||||
DISTNAME= augeas-1.0.0
|
||||
REVISION= 11
|
||||
REVISION= 12
|
||||
CATEGORIES= sysutils devel
|
||||
|
||||
SHARED_LIBS += augeas 0.0 # 16.0
|
||||
|
13
sysutils/augeas/patches/patch-lenses_simplelines_aug
Normal file
13
sysutils/augeas/patches/patch-lenses_simplelines_aug
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-lenses_simplelines_aug,v 1.1 2013/04/15 20:31:23 jasper Exp $
|
||||
|
||||
Parse hostname.if(5) files.
|
||||
|
||||
--- lenses/simplelines.aug.orig Mon Apr 15 22:27:24 2013
|
||||
+++ lenses/simplelines.aug Mon Apr 15 22:27:27 2013
|
||||
@@ -43,5 +43,6 @@ let filter = incl "/etc/at.allow"
|
||||
. incl "/etc/cron.d/cron.deny"
|
||||
. incl "/etc/default/grub_installdevice"
|
||||
. incl "/etc/pam.d/allow.pamlist"
|
||||
+ . incl "/etc/hostname.*"
|
||||
|
||||
let xfm = transform lns filter
|
Loading…
Reference in New Issue
Block a user