Bug 104507

Summary: Add reload to rc.d/amd
Product: Base System Reporter: rand
Component: confAssignee: Florent Thoumie <flz>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 6.1-RELEASE   
Hardware: Any   
OS: Any   

Description rand 2006-10-17 22:50:18 UTC
	Amd reloads its map files when sent the HUP signal. Just like
	syslogd does.

Fix: 

Add this line to /etc/rc.d/amd so it understand the reload command.

		extra_commands="reload"
How-To-Repeat: 	Want to easily force amd to reload a map after editing the map file.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2006-10-17 23:42:09 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-rc

Over to maintainer(s).
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-18 16:56:29 UTC
flz         2006-10-18 15:56:11 UTC

  FreeBSD src repository

  Modified files:
    etc/rc.d             amd 
  Log:
  Add 'reload' to the list of available commands for the amd rc.d script.
  
  PR:             conf/104507
  Submitted by:   Douglas K. Rand <rand@meridian-enviro.com>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.18      +1 -0      src/etc/rc.d/amd
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Florent Thoumie freebsd_committer freebsd_triage 2006-10-18 16:57:19 UTC
State Changed
From-To: open->patched

Committed to HEAD, MFC after 3 days.  Thanks! 


Comment 4 Florent Thoumie freebsd_committer freebsd_triage 2006-10-18 16:57:19 UTC
Responsible Changed
From-To: freebsd-rc->flz

Grab.
Comment 5 dfilter service freebsd_committer freebsd_triage 2006-10-22 21:33:29 UTC
flz         2006-10-22 20:33:10 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc/rc.d             amd 
  Log:
  MFC: Add 'reload' to the list of available commands for the amd rc.d script.
  
        src/etc/rc.d/amd: rev 1.17 -> 1.18
  
  PR:             conf/104507
  Submitted by:   Douglas K. Rand <rand@meridian-enviro.com>
  Approved by:    re (bmah)
  
  Revision  Changes    Path
  1.15.2.3  +1 -0      src/etc/rc.d/amd
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Florent Thoumie freebsd_committer freebsd_triage 2006-10-22 21:33:39 UTC
State Changed
From-To: patched->closed

MFC'ed to RELENG_6.