Only in signup_pay_cvs/signup_pay/: CVS
Only in signup_pay/: LICENSE.txt
diff -urp signup_pay_cvs/signup_pay/signup_pay.module signup_pay/signup_pay.module
--- signup_pay_cvs/signup_pay/signup_pay.module	2008-04-04 14:22:18.000000000 -0500
+++ signup_pay/signup_pay.module	2008-04-07 09:17:14.000000000 -0500
@@ -209,21 +209,21 @@ function signup_pay_menu($may_cache) {
       'access'             => $access,
     );
     $items[] = array(
-      'path'        => 'admin/build/signup_pay',
+      'path'        => 'admin/content/signup_pay',
       'title'       => t('Signup pay'),
       'access'      => $access,
       'callback'    => 'signup_pay_admin',
       'description' => t('Manages signup payments to your site via Paypal'),
     );
     $items[] = array(
-      'path'   => 'admin/build/signup_pay/list',
+      'path'   => 'admin/content/signup_pay/list',
       'title'  => t('List'),
       'access' => $access,
       'type'   => MENU_DEFAULT_LOCAL_TASK,
       'weight' => -10,
     );
     $items[] = array(
-      'path'               => 'admin/build/signup_pay/add',
+      'path'               => 'admin/content/signup_pay/add',
       'title'              => t('Add payment'),
       'access'             => $access,
       'callback'           => 'drupal_get_form',
@@ -231,7 +231,7 @@ function signup_pay_menu($may_cache) {
       'type'               => MENU_LOCAL_TASK,
     );
     $items[] = array(
-      'path'               => 'admin/build/signup_pay/edit',
+      'path'               => 'admin/content/signup_pay/edit',
       'title'              => t('Edit payment'),
       'access'             => $access,
       'callback'           => 'drupal_get_form',
@@ -239,7 +239,7 @@ function signup_pay_menu($may_cache) {
       'type'               => MENU_CALLBACK,
     );
     $items[] = array(
-      'path'               => 'admin/build/signup_pay/delete',
+      'path'               => 'admin/content/signup_pay/delete',
       'title'              => t('Delete payment'),
       'access'             => $access,
       'callback'           => 'drupal_get_form',
