From a09fb59680442993cf42cb3e0dd22fd6d0ec7efd Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 30 Oct 2007 13:02:53 -0400 Subject: htaccess file should really be "htpasswd" --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 3b4a785..5b03510 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,7 +11,7 @@ include config/modules.conf include config/auth.conf include config/webui-cherrypy.cfg include config/settings -include config/.htaccess +include config/.htpasswd recursive-include templates *.template recursive-include kickstarts *.ks include docs/cobbler.1.gz -- cgit