source: branches/fc15-dev/server/common/patches/openafs-localcsdb.patch @ 1914

Last change on this file since 1914 was 1914, checked in by achernya, 13 years ago
Restore openafs-localcsdb.patch Mitch points out that the localcsdb patch was just Scripts configuration, and not actually relevant to the Scripts AFS patch. Therefore, the patch has been brought back, split out into a separte file as it was before.
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.