-
Notifications
You must be signed in to change notification settings - Fork 2
PF2
Anton Novojilov edited this page Oct 28, 2019
·
9 revisions
Checks all spec data for lines longer than 80 symbols.
./configure --prefix=%{_sysconfdir}/%{name} --sbin-path=%{_sbindir}/%{name} --modules-path=%{_libdir}/%{name}/modules --conf-path=%{_sysconfdir}/%{name}/%{name}.conf --error-log-path=%{_logdir}/%{name}/error.log --http-log-path=%{_logdir}/%{name}/access.log \
./configure \
--prefix=%{_sysconfdir}/%{name} \
--sbin-path=%{_sbindir}/%{name} \
--modules-path=%{_libdir}/%{name}/modules \
--conf-path=%{_sysconfdir}/%{name}/%{name}.conf \
--error-log-path=%{_logdir}/%{name}/error.log \
--http-log-path=%{_logdir}/%{name}/access.log \
80 symbols is optimal line length for reading and editing spec code in terminal code editors (like vim or nano).