sntop.spec
来自「sntop是一个基于curses的控制台工具」· SPEC 代码 · 共 53 行
SPEC
53 行
## scamlib RPM Spec File - 06 May 2001#Summary: a curses-based top-esque monitor of network host statusName: sntopVersion: 1.4.2Release: 1Copyright: GPLGroup: System Environment/DaemonsSource: http://sntop.sourceforge.net/files/%{name}-%{version}.tar.gzURL: http://sntop.sourceforge.net/Requires: fping%descriptionsntop is an ncurses-based top-esque console utility for monitoring theconnectivity of network hosts, supporting various advanced features andreleased under the GPL.sntop uses fping (ping is supported, too) to determine connectivity of hosts,specified in a config file, on a regular interval. the results are displayedin a top-like format.advanced features include html generation of results for automatic web page,secure terminal mode, execution of external file on alarm (configurable foreither host DOWN or any change in host status), color support, and both userand system-wide config files.%prep%setup -q%build./configure --prefix=%{_prefix} --mandir=%{_mandir} --bindir=%{_bindir}make%installrm -rf %{buildroot}make install%cleanrm -rf %{buildroot}%files%defattr(-, root, root)%doc ChangeLog COPYING CREDITS README TODO/etc/sntoprc%{_bindir}/sntop%{_mandir}/man1/sntop.1.gz%changelog* Thu May 17 2001 Robert M. Love <rml@tech9.net>- initial packaging of 1.4.2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?