Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 476242

Summary: sys-apps/smartmontools - init.d script uses /var/run instead of /run
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: alunduil
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 332633, 830306    

Description Jeroen Roovers (RETIRED) gentoo-dev 2013-07-08 23:47:23 UTC
$ fgrep -r /var/run/ .
./files/smartd.rc:          --pidfile /var/run/smartd.pid \
./files/smartd.rc:          -- -p /var/run/smartd.pid ${SMARTD_OPTS}
./files/smartd.rc:          --pidfile /var/run/smartd.pid
./files/smartd.rc:      start-stop-daemon --signal HUP --pidfile /var/run/smartd.pid smartd
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2013-09-14 10:32:58 UTC
Fixed. No revbump as this was not a serious problem. People will get the fix in the next bump

+  14 Sep 2013; Markos Chandras <hwoarang@gentoo.org> files/smartd.rc:
+  Use /run instead of /var/run. Bug #476242
+