Index: branches/fc11-dev/noc/nagios/hostgroups.cfg
===================================================================
--- branches/fc11-dev/noc/nagios/hostgroups.cfg	(revision 1251)
+++ branches/fc11-dev/noc/nagios/hostgroups.cfg	(revision 1258)
@@ -32,5 +32,5 @@
 	hostgroup_name	scripts-mail
 	alias	Mail servers
-	members	b-m,o-f,b-k,c-w,p-b
+	members	b-m,o-f,b-k,c-w,p-b,b-b
 }
 
@@ -38,5 +38,5 @@
 	hostgroup_name	scripts-cron
 	alias	Cron servers
-	members	b-m,o-f,b-k,c-w,p-b
+	members	b-m,o-f,b-k,c-w,p-b,b-b
 }
 
@@ -44,5 +44,5 @@
 	hostgroup_name	scripts-user
 	alias	User servers
-	members	b-m,o-f,b-k,c-w,p-b
+	members	b-m,o-f,b-k,c-w,p-b,b-b
 }
 
@@ -50,5 +50,5 @@
 	hostgroup_name	scripts-all
 	alias	All scripts hosts
-	members	b-k,b-m,c-w,k-s,o-f,p-b,r-f,r-b,s-b,scripts,scripts-cert,sipb-ether,sql,wildcard.scripts
+	members	b-b,b-k,b-m,c-w,k-s,o-f,p-b,r-f,r-b,s-b,scripts,scripts-cert,sipb-ether,sql,wildcard.scripts
 }
 
@@ -56,4 +56,4 @@
 	hostgroup_name	scripts-real
 	alias	All physical scripts servers
-	members	b-k,b-m,c-w,k-s,o-f,p-b,r-f,r-b,s-b
+	members	b-b,b-k,b-m,c-w,k-s,o-f,p-b,r-f,r-b,s-b
 }
Index: branches/fc11-dev/noc/nagios/hosts.cfg
===================================================================
--- branches/fc11-dev/noc/nagios/hosts.cfg	(revision 1251)
+++ branches/fc11-dev/noc/nagios/hosts.cfg	(revision 1258)
@@ -128,4 +128,12 @@
 	alias		pancake-bunny
 	address		18.181.0.237
+}
+
+define host {
+	use	scripts-sipb-host
+	host_name	b-b
+	alias		busy-beaver
+	address		18.181.0.234
+}
 
 # LVS
Index: branches/fc11-dev/server/fedora/specs/scripts-python-path.spec
===================================================================
--- branches/fc11-dev/server/fedora/specs/scripts-python-path.spec	(revision 1251)
+++ branches/fc11-dev/server/fedora/specs/scripts-python-path.spec	(revision 1258)
@@ -17,8 +17,10 @@
 %prep
 %setup -q -n %{name}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %install
 [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
-install -D 00scripts-home.pth $RPM_BUILD_ROOT/usr/lib/python2.5/site-packages
+install -d $RPM_BUILD_ROOT%{python_sitelib}
+install -m 644 00scripts-home.pth $RPM_BUILD_ROOT%{python_sitelib}
 
 %clean
@@ -27,7 +29,9 @@
 %files
 %defattr(0644, root, root)
-/usr/lib/python2.5/site-packages/00scripts-home.pth
+%{python_sitelib}/00scripts-home.pth
 
 %changelog
+* Thu Jul  9 2009  Geoffrey Thomas <geofft@mit.edu>
+- Update to Python 2.6
 * Tue Jan 27 2009  Quentin Smith <quentin@mit.edu>
 - initial release
