Changeset 1238 for branches/fc11-dev/server/fedora
- Timestamp:
- Jul 3, 2009, 3:47:04 AM (15 years ago)
- Location:
- branches/fc11-dev
- Files:
-
- 5 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev
- Property svn:mergeinfo changed
/trunk merged: 1227,1230-1231,1233-1237
- Property svn:mergeinfo changed
-
branches/fc11-dev/server/fedora/Makefile
r1220 r1238 21 21 upstream_yum = krb5 httpd openssh php 22 22 upstream = openafs $(upstream_yum) 23 oursrc = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i586 whoisd mit-zephyr nss-ldapd nss-ldapd.i586 athrun scripts-base23 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 24 24 allsrc = $(upstream) $(oursrc) 25 25 oursrcdir = ${PWD}/../common/oursrc … … 180 180 # The following packages are needed for our packages 181 181 basic-deps = kernel-devel rpm-build rpmdevtools gcc autoconf patch krb5-workstation glibc-devel.i586 glibc-devel libtool libgcc.i586 182 oursrc-deps = hesinfo openldap-clients openldap-devel.i586 182 oursrc-deps = hesinfo openldap-clients openldap-devel.i586 php-devel 183 183 httpdmods-deps = httpd-devel 184 184 httpd-deps = xmlto db4-devel expat-devel zlib-devel libselinux-devel apr-devel apr-util-devel pcre-devel openssl-devel distcache-devel -
branches/fc11-dev/server/fedora/config/etc/postfix/main.cf
r1179 r1238 31 31 virtual_alias_maps = hash:/etc/postfix/virtual, regexp:/etc/postfix/virtual_re 32 32 data_directory = /var/lib/postfix 33 authorized_submit_users = ! reuter, static:all33 authorized_submit_users = !/etc/postfix/blocked_users, static:all -
branches/fc11-dev/server/fedora/config/usr/vice/etc/CellServDB.local
r1078 r1238 17 17 18.90.0.123 #sangeet.mit.edu. 18 18 >grand.central.org #GCO Public CellServDB 07 Nov 2008 19 18.9 2.0.108 #grand-opening.mit.edu19 18.9.48.14 #grand.mit.edu. 20 20 128.2.203.61 #penn.central.org 21 21 130.237.48.87 #andrew.e.kth.se … … 255 255 129.186.6.243 #afsdb-2.iastate.edu 256 256 129.186.142.243 #afsdb-3.iastate.edu 257 >soap.mit.edu #MIT School Of Architecture & Planning258 18.89.1.204 #crypt.mit.edu259 18.89.1.209 #grotto.mit.edu260 18.89.2.156 #ac.mit.edu261 257 >msu.edu #Michigan State University Main Cell 262 258 35.9.7.10 #afsdb0.cl.msu.edu -
branches/fc11-dev/server/fedora/specs/scripts-base.spec
r1140 r1238 9 9 Source: %{name}.tar.gz 10 10 BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root 11 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 11 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 12 12 %define debug_package %{nil} 13 13
Note: See TracChangeset
for help on using the changeset viewer.