diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-17 15:25:03 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-17 15:25:03 +0100 |
commit | ef74b2a64614e7adeba86c62175f61a2460b30d5 (patch) | |
tree | 5510075096db04030814f8216e8267a6b24773ad /contrib/angstrom | |
parent | f64741b096d94c2bbfcc57b8a095176a3fc9ef68 (diff) |
contrib/angstrom/build-feeds.sh: added nfs-utils
The unstable feed for angstrom had 1.1.2-r4.3 on the feed (dated 18 jun 2009)
This one has a broken mountd, causing mounting an nfs filesystem to fail.
The nfs-utils in head is r7 and builds and works fien for me. However as
nfs-utils had been removed from build-feeds.sh it was not updated; therefre added it.
Diffstat (limited to 'contrib/angstrom')
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index aa454fc966..c0445e1e9b 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -253,6 +253,7 @@ do netkit-ftp \ netsurf \ news \ + nfs-utils \ nmap \ nmm \ notecase \ |