The good news is that my initial PR was correct... the bad news is that I

was apparently smoking something when I committed the last fix, because as
ume was kindly enough to set me straight on, amd *will* start with no
arguments at all, as long as there is an /etc/amd.conf file for it to
read. What it won't do is start with *just* -p.

In any case, now it's fixed.
This commit is contained in:
dougb 2002-04-01 18:33:45 +00:00
parent 810e37cb5c
commit 3b51c999a4
7 changed files with 35 additions and 7 deletions

View File

@ -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} \

View File

@ -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} \

View File

@ -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} \

View File

@ -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} \

View File

@ -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} \

View File

@ -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} \

View File

@ -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} \