Skip to content

Commit 098f666

Browse files
committed
Remove chkconfig since we removed the gridftp-hdfs service
1 parent 8c5d4d3 commit 098f666

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

conf/gridftp-hdfs.spec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ Requires: globus-ftp-control >= 7.7
4343

4444
Requires(pre): shadow-utils
4545
Requires(preun): initscripts
46-
Requires(preun): chkconfig
47-
Requires(post): chkconfig
4846
Requires(postun): initscripts
4947
Requires(postun): xinetd
5048

@@ -73,7 +71,6 @@ rm -rf $RPM_BUILD_ROOT
7371
/sbin/ldconfig
7472

7573
/sbin/service globus-gridftp-server condrestart >/dev/null 2>&1 || :
76-
/sbin/chkconfig --add %{name}
7774

7875
%preun
7976
if [ "$1" = "0" ] ; then

0 commit comments

Comments
 (0)