smartmontools: moved to attic
This commit is contained in:
parent
42f630af4f
commit
6d6e8565d7
@ -1,14 +0,0 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/rc.d/
|
||||
-rwxr-xr-x root/root etc/rc.d/smartd
|
||||
-rw-r--r-- root/root etc/smartd.conf
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/smartd.conf.5.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/smartctl.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/smartd.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/smartctl
|
||||
-rwxr-xr-x root/root usr/sbin/smartd
|
@ -1,2 +0,0 @@
|
||||
482b47077510dbac2bf8ce72907ff9f8 smartd
|
||||
aea440fcce616867e1712d159aeecbc6 smartmontools-5.32.tar.gz
|
@ -1,18 +0,0 @@
|
||||
# Description: Utilities to control and monitor S.M.A.R.T. hard drives
|
||||
# URL: http://smartmontools.sourceforge.net/
|
||||
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
|
||||
|
||||
name=smartmontools
|
||||
version=5.32
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
|
||||
smartd)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --sysconfdir=/etc
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
install -m 755 ../smartd $PKG/etc/rc.d
|
||||
rm -R $PKG/{usr/share,etc/rc.d/init.d}
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
README for smartmontools 5.x
|
||||
|
||||
REQUIREMENTS
|
||||
To send email notifications smartd needs a mail binary.
|
||||
The contrib ports nail or mailx are recommend for that
|
||||
purpose.
|
||||
|
||||
PRE-INSTALL
|
||||
|
||||
POST-INSTALL
|
||||
|
||||
PRECAUTION
|
@ -1,26 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# /etc/rc.d/smartd: start/stop smartd daemon
|
||||
#
|
||||
|
||||
case $1 in
|
||||
start)
|
||||
/usr/sbin/smartd -p /var/run/smartd.pid
|
||||
;;
|
||||
stop)
|
||||
killall -q /usr/sbin/smartd
|
||||
;;
|
||||
restart)
|
||||
$0 stop
|
||||
sleep 2
|
||||
$0 start
|
||||
;;
|
||||
reload)
|
||||
kill -HUP `pidof smartd`
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 [start|stop|restart|reload]"
|
||||
;;
|
||||
esac
|
||||
|
||||
# End of file
|
Loading…
x
Reference in New Issue
Block a user