diff options
Diffstat (limited to 'homebrew/minbif/.make.sh-auto')
-rw-r--r-- | homebrew/minbif/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/minbif/.make.sh-auto b/homebrew/minbif/.make.sh-auto new file mode 100644 index 000000000..efe9b63ed --- /dev/null +++ b/homebrew/minbif/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +inreplace "minbif.conf" do |s| +s.gsub! "users = /var", "users = #{var}" +s.gsub! "motd = /etc", "motd = #{etc}" |