source: server/common/patches/openafs-localcsdb.patch @ 1119

Last change on this file since 1119 was 1079, checked in by mitchb, 15 years ago
Use only our local CellServDB, not the one in the distribution so that we can track the one used by Athena without further package rebuilds.
File size: 489 bytes
RevLine 
[1079]1--- openafs-1.4/src/packaging/RedHat/openafs-client.init.orig   2009-04-14 04:28:32.000000000 -0400
2+++ openafs-1.4/src/packaging/RedHat/openafs-client.init        2009-04-14 04:27:08.000000000 -0400
3@@ -14,7 +14,7 @@
4 
5 start() {
6         echo -n $"Updating CellServDB: "
7-        cat /usr/vice/etc/CellServDB.local /usr/vice/etc/CellServDB.dist > \
8+        cat /usr/vice/etc/CellServDB.local > \
9                /usr/vice/etc/CellServDB
10         chmod 644 /usr/vice/etc/CellServDB
11         echo
Note: See TracBrowser for help on using the repository browser.