]> git.pld-linux.org Git - packages/chkconfig.git/commitdiff
- dropped no longer supported CHKCONFIG_* env vars
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Sep 2015 07:40:35 +0000 (09:40 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Sep 2015 07:40:35 +0000 (09:40 +0200)
chkconfig.spec

index 99c3697273bbb10639b1026c4aa777a986bea9ae..5f2ff3720f7a7e3bbcc58f6a27f2a1cf2f63726f 100644 (file)
@@ -181,15 +181,6 @@ install -d $RPM_BUILD_ROOT{/etc/{rc.d/{init,rc{0,1,2,3,4,5,6}}.d,env.d},/sbin}
 
 %find_lang %{name}
 
-cat <<EOF > $RPM_BUILD_ROOT/etc/env.d/CHKCONFIG_ON
-# display custom string instead of "on" (or its translation)
-#CHKCONFIG_ON="*****"
-EOF
-cat <<EOF > $RPM_BUILD_ROOT/etc/env.d/CHKCONFIG_OFF
-# display custom string instead of "off" (or its translation)
-#CHKCONFIG_OFF="-----"
-EOF
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -198,7 +189,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) /sbin/chkconfig
 %attr(755,root,root) /lib/systemd/systemd-sysv-install
 %{_mandir}/man8/chkconfig.8*
-%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/*
 
 %files -n ntsysv
 %defattr(644,root,root,755)
This page took 0.095641 seconds and 4 git commands to generate.