Index: branches/fc11-dev/server/fedora/Makefile
===================================================================
--- branches/fc11-dev/server/fedora/Makefile	(revision 1228)
+++ branches/fc11-dev/server/fedora/Makefile	(revision 1238)
@@ -21,5 +21,5 @@
 upstream_yum	= krb5 httpd openssh php
 upstream	= openafs $(upstream_yum)
-oursrc		= execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr nss-ldapd nss-ldapd.i586 athrun scripts-base
+oursrc		= execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr nss-ldapd nss-ldapd.i586 athrun php_scripts scripts-base
 allsrc		= $(upstream) $(oursrc)
 oursrcdir	= ${PWD}/../common/oursrc
@@ -180,5 +180,5 @@
 # The following packages are needed for our packages
 basic-deps	= kernel-devel rpm-build rpmdevtools gcc autoconf patch krb5-workstation glibc-devel.i586 glibc-devel libtool libgcc.i586
-oursrc-deps	= hesinfo openldap-clients openldap-devel.i586
+oursrc-deps	= hesinfo openldap-clients openldap-devel.i586 php-devel
 httpdmods-deps	= httpd-devel
 httpd-deps	= xmlto db4-devel expat-devel zlib-devel libselinux-devel apr-devel apr-util-devel pcre-devel openssl-devel distcache-devel
Index: branches/fc11-dev/server/fedora/config/etc/postfix/blocked_users
===================================================================
--- branches/fc11-dev/server/fedora/config/etc/postfix/blocked_users	(revision 1238)
+++ branches/fc11-dev/server/fedora/config/etc/postfix/blocked_users	(revision 1238)
@@ -0,0 +1,2 @@
+reuter
+cycling-club
Index: branches/fc11-dev/server/fedora/config/etc/postfix/main.cf
===================================================================
--- branches/fc11-dev/server/fedora/config/etc/postfix/main.cf	(revision 1228)
+++ branches/fc11-dev/server/fedora/config/etc/postfix/main.cf	(revision 1238)
@@ -31,3 +31,3 @@
 virtual_alias_maps = hash:/etc/postfix/virtual, regexp:/etc/postfix/virtual_re
 data_directory = /var/lib/postfix
-authorized_submit_users = !reuter, static:all
+authorized_submit_users = !/etc/postfix/blocked_users, static:all
Index: branches/fc11-dev/server/fedora/config/usr/vice/etc/CellServDB.local
===================================================================
--- branches/fc11-dev/server/fedora/config/usr/vice/etc/CellServDB.local	(revision 1228)
+++ branches/fc11-dev/server/fedora/config/usr/vice/etc/CellServDB.local	(revision 1238)
@@ -17,5 +17,5 @@
 18.90.0.123			#sangeet.mit.edu.
 >grand.central.org      #GCO Public CellServDB 07 Nov 2008
-18.92.0.108                     #grand-opening.mit.edu
+18.9.48.14			#grand.mit.edu.
 128.2.203.61                    #penn.central.org
 130.237.48.87                   #andrew.e.kth.se
@@ -255,8 +255,4 @@
 129.186.6.243                   #afsdb-2.iastate.edu
 129.186.142.243                 #afsdb-3.iastate.edu
->soap.mit.edu           #MIT School Of Architecture & Planning
-18.89.1.204                     #crypt.mit.edu
-18.89.1.209                     #grotto.mit.edu
-18.89.2.156                     #ac.mit.edu
 >msu.edu                #Michigan State University Main Cell
 35.9.7.10                       #afsdb0.cl.msu.edu
Index: branches/fc11-dev/server/fedora/specs/php_scripts.spec
===================================================================
--- branches/fc11-dev/server/fedora/specs/php_scripts.spec	(revision 1238)
+++ branches/fc11-dev/server/fedora/specs/php_scripts.spec	(revision 1238)
@@ -0,0 +1,41 @@
+Summary: scripts.mit.edu php logging module
+Group: Applications/System
+Name: php_scripts
+Version: 0.%{scriptsversion}
+Release: 0
+Vendor: The scripts.mit.edu Team (scripts@mit.edu)
+URL: http://scripts.mit.edu
+License: GPL
+Source: %{name}.tar.gz 
+BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
+BuildRequires: php-devel
+%define debug_package %{nil}
+
+%description 
+
+scripts.mit.edu php logging module
+
+%prep
+%setup -q -n %{name}
+
+%build
+cp php_scripts-config.m4 config.m4
+phpize
+./configure
+make
+
+%install
+[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
+install -D .libs/scripts.so $RPM_BUILD_ROOT/usr/lib64/php/modules/scripts.so
+
+%clean
+[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(0755, root, root)
+/usr/lib64/php/modules/scripts.so
+
+%changelog
+
+* Fri Jul 03 2009  Mitchell Berger <mitchb@MIT.EDU> 0.00
+- initial version
Index: branches/fc11-dev/server/fedora/specs/scripts-base.spec
===================================================================
--- branches/fc11-dev/server/fedora/specs/scripts-base.spec	(revision 1228)
+++ branches/fc11-dev/server/fedora/specs/scripts-base.spec	(revision 1238)
@@ -9,5 +9,5 @@
 Source: %{name}.tar.gz 
 BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
-Requires: accountadm, execsys, scripts-kmod-openafs, scripts-krb5-libs, scripts-httpd, scripts-mod_ssl, openafs, scripts-openafs-client, scripts-openafs-authlibs, scripts-openafs-devel, scripts-openafs-krb5, openafs-docs, scripts-openssh-server, sql-signup, tokensys, whoisd, logview, nss-ldapd, scripts-php
+Requires: accountadm, execsys, scripts-kmod-openafs, scripts-krb5-libs, scripts-httpd, scripts-mod_ssl, openafs, scripts-openafs-client, scripts-openafs-authlibs, scripts-openafs-devel, scripts-openafs-krb5, openafs-docs, scripts-openssh-server, sql-signup, tokensys, whoisd, logview, nss-ldapd, scripts-php, php_scripts
 %define debug_package %{nil}
 
