diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-04-23 22:10:24 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-04-23 22:10:24 +0000 |
commit | 37a125ebc7cc987208b09073387e5b0692e758eb (patch) | |
tree | fb838c7cfdb3ef59ccfc8dfe459726101af7ab8b /net-www/middleman | |
parent | Important bug fix; portage removes ${D} at the start of src_install(); we now... (diff) | |
download | gentoo-2-37a125ebc7cc987208b09073387e5b0692e758eb.tar.gz gentoo-2-37a125ebc7cc987208b09073387e5b0692e758eb.tar.bz2 gentoo-2-37a125ebc7cc987208b09073387e5b0692e758eb.zip |
Added missing SECTION to conf.d
Diffstat (limited to 'net-www/middleman')
-rw-r--r-- | net-www/middleman/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/middleman/files/conf.d/mman | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/net-www/middleman/ChangeLog b/net-www/middleman/ChangeLog index 8b8dca144c89..5f618aa1d464 100644 --- a/net-www/middleman/ChangeLog +++ b/net-www/middleman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/middleman # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/middleman/ChangeLog,v 1.11 2004/04/23 19:46:12 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/middleman/ChangeLog,v 1.12 2004/04/23 22:10:24 stuart Exp $ + + 23 Apr 2004; Stuart Herbert <stuart@gentoo.org> files/conf.d/mman: + Added missing SECTION to conf.d file 23 Apr 2004; Stuart Herbert <stuart@gentoo.org> files/init.d/mman: Added missing start up options to the init.d file diff --git a/net-www/middleman/files/conf.d/mman b/net-www/middleman/files/conf.d/mman index 6d640cea0623..3ed0e52c7b8e 100644 --- a/net-www/middleman/files/conf.d/mman +++ b/net-www/middleman/files/conf.d/mman @@ -4,3 +4,4 @@ LOGFILE=/var/log/mman.log CONFIG=/etc/mman/config.xml LOGLEVEL=32767 +SECTION=/etc/mman/section.xml |