Changeset e814bfe in bootscripts-standard for bootscripts/cblfs/init.d/nfs-server
- Timestamp:
- Jul 10, 2014, 3:25:23 AM (10 years ago)
- Branches:
- master
- Children:
- 421f21a
- Parents:
- 27f8c17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/cblfs/init.d/nfs-server
r27f8c17 re814bfe 88 88 # Remove a pid file that isn't done automatically 89 89 boot_mesg "Removing the rpc.statd pid file if it exists" 90 if [ -f / var/run/rpc.statd.pid ]; then91 rm -f / var/run/rpc.statd.pid90 if [ -f /run/rpc.statd.pid ]; then 91 rm -f /run/rpc.statd.pid 92 92 fi 93 93
Note:
See TracChangeset
for help on using the changeset viewer.