commit: 4151c852e271a644d6a4f129fa40ced0c4326145
parent 3a2e2f10ac415d450e9128df265c43c086bd82d0
Author: Mathieu Goessens <geb@breizh-entropy.org>
Date: Mon, 22 Jul 2013 19:44:07 +0200
mistake in widrop-lighttpd/DEBIAN/postrm
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pkg/widrop-lighttpd/DEBIAN/postrm b/src/pkg/widrop-lighttpd/DEBIAN/postrm
@@ -4,7 +4,7 @@ case $1 in
"remove")
echo Removing lighttpd configuration for widrop
[ -f /etc/lighttpd/conf-enabled/00-widrop.conf ] || (
- lighty-disabled-mod widrop
+ lighty-disable-mod widrop
/etc/init.d/lighttpd force-reload
)
;;