Changeset 1914 for branches/fc15-dev/server/common
- Timestamp:
- Jun 21, 2011, 5:24:37 PM (13 years ago)
- Location:
- branches/fc15-dev/server/common/patches
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/common/patches/openafs-localcsdb.patch
- Property svn:mergeinfo set to False
-
branches/fc15-dev/server/common/patches/openafs-scripts.patch
r1913 r1914 270 270 if (!afs_resourceinit_flag) /* afs daemons haven't started yet */ 271 271 return EIO; /* Inappropriate ioctl for device */ 272 diff --git a/src/packaging/RedHat/openafs-client.init b/src/packaging/RedHat/openafs-client.init273 index 10ec647..a4ecbc8 100644274 --- a/src/packaging/RedHat/openafs-client.init275 +++ b/src/packaging/RedHat/openafs-client.init276 @@ -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/CellServDB283 chmod 644 /usr/vice/etc/CellServDB284 echo
Note: See TracChangeset
for help on using the changeset viewer.