# HG changeset patch # User Pascal Bellard # Date 1254414907 -7200 # Node ID 06bea11c343cc4aaeaa79fa545ff065c32dbdde2 # Parent df5a62b6b3e544726ad8f2253ab39e85a368f9f8 unfs3: /etc/export -> /etc/exports diff -r df5a62b6b3e5 -r 06bea11c343c unfs3/receipt --- a/unfs3/receipt Thu Oct 01 15:19:23 2009 +0200 +++ b/unfs3/receipt Thu Oct 01 18:35:07 2009 +0200 @@ -28,7 +28,7 @@ install -g root -o root -m 0755 -s $src/unfsd $fs/usr/bin mkdir -p $fs/etc/init.d - install -g root -o root -m 0644 stuff/etc/export $fs/etc + install -g root -o root -m 0644 stuff/etc/exports $fs/etc install -g root -o root -m 0755 stuff/etc/init.d/unfsd $fs/etc/init.d } diff -r df5a62b6b3e5 -r 06bea11c343c unfs3/stuff/etc/export --- a/unfs3/stuff/etc/export Thu Oct 01 15:19:23 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -# NFS export file -# -# /home (ro) diff -r df5a62b6b3e5 -r 06bea11c343c unfs3/stuff/etc/exports --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unfs3/stuff/etc/exports Thu Oct 01 18:35:07 2009 +0200 @@ -0,0 +1,3 @@ +# NFS export file +# +# /home (ro)