1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Answer the question posed in 1.126. amd won't start without either a

conf file, or command line options. I brought this up in PR 12432,
which (ironically) obrien assigned to me after I became a committer. :)

PR:		conf/12432
Submitted by:	Me
This commit is contained in:
Doug Barton 2002-03-17 07:35:51 +00:00
parent 0874402d9e
commit 4072b4a6a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92478
7 changed files with 77 additions and 14 deletions

View File

@ -753,8 +753,17 @@ network_pass3() {
;;
esac
amd -p ${amd_flags} > /var/run/amd.pid \
2> /dev/null &
case "${amd_flags}" in
'')
echo ''
echo 'Warning: amd will not load without arguments'
;;
*)
amd -p ${amd_flags} \
>/var/run/amd.pid \
2>/dev/null &
;;
esac
;;
esac
else

View File

@ -753,8 +753,17 @@ network_pass3() {
;;
esac
amd -p ${amd_flags} > /var/run/amd.pid \
2> /dev/null &
case "${amd_flags}" in
'')
echo ''
echo 'Warning: amd will not load without arguments'
;;
*)
amd -p ${amd_flags} \
>/var/run/amd.pid \
2>/dev/null &
;;
esac
;;
esac
else

View File

@ -753,8 +753,17 @@ network_pass3() {
;;
esac
amd -p ${amd_flags} > /var/run/amd.pid \
2> /dev/null &
case "${amd_flags}" in
'')
echo ''
echo 'Warning: amd will not load without arguments'
;;
*)
amd -p ${amd_flags} \
>/var/run/amd.pid \
2>/dev/null &
;;
esac
;;
esac
else

View File

@ -753,8 +753,17 @@ network_pass3() {
;;
esac
amd -p ${amd_flags} > /var/run/amd.pid \
2> /dev/null &
case "${amd_flags}" in
'')
echo ''
echo 'Warning: amd will not load without arguments'
;;
*)
amd -p ${amd_flags} \
>/var/run/amd.pid \
2>/dev/null &
;;
esac
;;
esac
else

View File

@ -753,8 +753,17 @@ network_pass3() {
;;
esac
amd -p ${amd_flags} > /var/run/amd.pid \
2> /dev/null &
case "${amd_flags}" in
'')
echo ''
echo 'Warning: amd will not load without arguments'
;;
*)
amd -p ${amd_flags} \
>/var/run/amd.pid \
2>/dev/null &
;;
esac
;;
esac
else

View File

@ -753,8 +753,17 @@ network_pass3() {
;;
esac
amd -p ${amd_flags} > /var/run/amd.pid \
2> /dev/null &
case "${amd_flags}" in
'')
echo ''
echo 'Warning: amd will not load without arguments'
;;
*)
amd -p ${amd_flags} \
>/var/run/amd.pid \
2>/dev/null &
;;
esac
;;
esac
else

View File

@ -753,8 +753,17 @@ network_pass3() {
;;
esac
amd -p ${amd_flags} > /var/run/amd.pid \
2> /dev/null &
case "${amd_flags}" in
'')
echo ''
echo 'Warning: amd will not load without arguments'
;;
*)
amd -p ${amd_flags} \
>/var/run/amd.pid \
2>/dev/null &
;;
esac
;;
esac
else