Changeset 2215 for branches/fc17-dev/server
- Timestamp:
- May 25, 2012, 3:23:38 PM (13 years ago)
- Location:
- branches/fc17-dev
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc17-dev
-
branches/fc17-dev/server/doc/install-howto.sh
r2195 r2215 297 297 298 298 # [PROD] Create fedora-ds user (needed for credit-card) 299 useradd - u 103 -r -d /var/lib/dirsrv fedora-ds299 useradd -r -d /var/lib/dirsrv fedora-ds 300 300 301 301 # Run credit-card to clone in credentials and make things runabble -
branches/fc17-dev/server/fedora/Makefile
r2211 r2215 41 41 server_arch = "fedora.stable" 42 42 openafs_url = "http://dl.openafs.org/dl/openafs/1.6.1/openafs-1.6.1-1.src.rpm" 43 zephyr_url = "http://zephyr.1ts.org/ export/HEAD/distribution/zephyr-3.0.2.tar.gz"43 zephyr_url = "http://zephyr.1ts.org/files/zephyr-3.0.2.tar.gz" 44 44 45 45 PKG = $(patsubst %.i686,%,$@)
Note: See TracChangeset
for help on using the changeset viewer.