diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2002-04-01 18:33:45 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2002-04-01 18:33:45 +0000 |
| commit | 41cf829909e3616136fd40c594c10863a9397b61 (patch) | |
| tree | b32868b7eaa054d51f4e7befd22354ef05bcaf75 /etc/rc.network | |
| parent | 8271e9b194c301b2280f3c06f705dca6a532a1cf (diff) | |
Notes
Diffstat (limited to 'etc/rc.network')
| -rw-r--r-- | etc/rc.network | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.network b/etc/rc.network index eabdd0b07421..8d779eaac991 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -757,8 +757,12 @@ network_pass3() { case "${amd_flags}" in '') - echo '' + if [ -r /etc/amd.conf ]; then + amd & + else + echo '' echo 'Warning: amd will not load without arguments' + fi ;; *) amd -p ${amd_flags} \ |
