diff --git a/sets/mds b/sets/mds deleted file mode 100644 index 5e120272..00000000 --- a/sets/mds +++ /dev/null @@ -1,9 +0,0 @@ -# Mamdriva Directory Server - -app-admin/mmc-agent -app-admin/mmc-web-base -app-admin/mmc-web-kerberos -app-admin/mmc-web-mail -app-admin/mmc-web-network -app-admin/mmc-web-proxy -app-admin/mmc-web-samba diff --git a/www-apps/trac-acct_mgr/files/RegistrationConfirmationPatch.diff b/www-apps/trac-acct_mgr/files/RegistrationConfirmationPatch.diff index 71c834ee..cc2c335a 100644 --- a/www-apps/trac-acct_mgr/files/RegistrationConfirmationPatch.diff +++ b/www-apps/trac-acct_mgr/files/RegistrationConfirmationPatch.diff @@ -120,7 +120,7 @@ diff -Naur trac-acct_mgr-0.2.1.orig/acct_mgr/web_ui.py trac-acct_mgr-0.2.1/acct_ """ from pkg_resources import resource_filename - return [resource_filename(__name__, 'templates')] -+ return [resource_filename(__name__, 'templates')] ++ return [resource_filename(__name__, 'templates')] def if_enabled(func):