Ignore:
Timestamp:
Jun 21, 2011, 5:24:37 PM (13 years ago)
Author:
achernya
Message:
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:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/common/patches/openafs-scripts.patch

    r1913 r1914  
    270270     if (!afs_resourceinit_flag)        /* afs daemons haven't started yet */
    271271        return EIO;             /* Inappropriate ioctl for device */
    272 diff --git a/src/packaging/RedHat/openafs-client.init b/src/packaging/RedHat/openafs-client.init
    273 index 10ec647..a4ecbc8 100644
    274 --- a/src/packaging/RedHat/openafs-client.init
    275 +++ b/src/packaging/RedHat/openafs-client.init
    276 @@ -14,7 +14,7 @@
    277  
    278  start() {
    279          echo -n $"Updating CellServDB: "
    280 -        cat /usr/vice/etc/CellServDB.local /usr/vice/etc/CellServDB.dist > \
    281 +        cat /usr/vice/etc/CellServDB.local > \
    282                 /usr/vice/etc/CellServDB
    283          chmod 644 /usr/vice/etc/CellServDB
    284          echo
Note: See TracChangeset for help on using the changeset viewer.