Changeset e814bfe in bootscripts-standard for bootscripts/cblfs/init.d/nfs-server


Ignore:
Timestamp:
Jul 10, 2014, 3:25:23 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
master
Children:
421f21a
Parents:
27f8c17
Message:

Changed all /var/run references to /run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/cblfs/init.d/nfs-server

    r27f8c17 re814bfe  
    8888                # Remove a pid file that isn't done automatically
    8989                boot_mesg "Removing the rpc.statd pid file if it exists"
    90                 if [ -f /var/run/rpc.statd.pid ]; then
    91                     rm -f /var/run/rpc.statd.pid
     90                if [ -f /run/rpc.statd.pid ]; then
     91                    rm -f /run/rpc.statd.pid
    9292                fi
    9393
Note: See TracChangeset for help on using the changeset viewer.