Changeset a7d203b in freewrt


Ignore:
Timestamp:
Mar 17, 2007, 1:18:47 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
2df2e9b
Parents:
7f36318
Message:

fix #253

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@2189 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/nfs-utils/files/nfsd.init

    r7f36318 ra7d203b  
    1010start)
    1111        /bin/mkdir -p /var/lib/nfs
    12         /bin/touch /var/lib/nfs/{rm,e,x}tab
     12        /bin/touch /var/lib/nfs/rmtab
     13        /bin/touch /var/lib/nfs/etab
     14        /bin/touch /var/lib/nfs/xtab
    1315        /bin/touch /var/lib/nfs/state && chmod 0600 /var/lib/nfs/state
    1416        /usr/sbin/exportfs -r
Note: See TracChangeset for help on using the changeset viewer.