$OpenBSD: patch-conf_master,v 1.1 2013/08/22 18:14:48 kirby Exp $
--- conf/master.orig	Thu Aug 22 18:21:13 2013
+++ conf/master	Thu Aug 22 18:21:44 2013
@@ -11,7 +11,7 @@
 #default_include: master.d/*.conf
 
 # The address of the interface to bind to
-#interface: 0.0.0.0
+interface: 127.0.0.1
 
 # Whether the master should listen for IPv6 connections. If this is set to True,
 # the interface option must be adjusted too (for example: "interface: '::'")
@@ -23,7 +23,7 @@
 # The user to run the salt-master as. Salt will update all permissions to
 # allow the specified user to run the master. If the modified files cause
 # conflicts set verify_env to False.
-#user: root
+user: _salt-master
 
 # Max open files
 # Each minion connecting to the master uses AT LEAST one file descriptor, the
