Discussion:
[users] unfs3 package lacks init.d script
Chris Butler
2009-12-08 11:24:30 UTC
Permalink
I've just installed the unfs3 from rpmforge, and it seems to be lacking an
init.d script.

The init script from unfs3 CVS[0] seems to work fine.

[0] http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/*checkout*/unfs3/unfsd.init?rev=1.2&root=unfs3
--
Chris Butler
Zedcore Systems Ltd

Direct dial: 0114 303 0572
Switchboard: 0114 238 1828 ext 72
Yury V. Zaytsev
2009-12-08 12:06:47 UTC
Permalink
Post by Chris Butler
I've just installed the unfs3 from rpmforge, and it seems to be lacking an
init.d script.
Looking at the package source:

### FIXME: This package needs a sysv script

If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
--
Sincerely yours,
Yury V. Zaytsev
Chris Butler
2009-12-08 12:31:53 UTC
Permalink
Post by Yury V. Zaytsev
If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
You'd be better off getting someone who understands RPM packaging to look at
it, but my effort would be:

--- unfs3.spec.orig 2009-12-08 12:17:41.000000000 +0000
+++ unfs3.spec 2009-12-08 12:26:22.000000000 +0000
@@ -35,6 +35,7 @@
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
+%{__install} -Dp -m0755 unfsd.init %{buildroot}%{_initrddir}/unfs3

%clean
%{__rm} -rf %{buildroot}
@@ -44,6 +45,7 @@
%doc CREDITS LICENSE NEWS README contrib/ doc/
%doc %{_mandir}/man7/tags.7*
%doc %{_mandir}/man8/unfsd.8*
+%config %{_initrddir}/unfs3
%{_sbindir}/unfsd

%changelog
--
Chris Butler
Zedcore Systems Ltd

Direct dial: 0114 303 0572
Switchboard: 0114 238 1828 ext 72
Yury V. Zaytsev
2011-03-22 19:23:42 UTC
Permalink
Post by Chris Butler
Post by Yury V. Zaytsev
If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
You'd be better off getting someone who understands RPM packaging to look at
Sorry that it actually took awhile... :-/
--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-03-22 19:23:42 UTC
Permalink
Post by Chris Butler
Post by Yury V. Zaytsev
If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
You'd be better off getting someone who understands RPM packaging to look at
Sorry that it actually took awhile... :-/
--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-03-22 19:23:42 UTC
Permalink
Post by Chris Butler
Post by Yury V. Zaytsev
If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
You'd be better off getting someone who understands RPM packaging to look at
Sorry that it actually took awhile... :-/
--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-03-22 19:23:42 UTC
Permalink
Post by Chris Butler
Post by Yury V. Zaytsev
If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
You'd be better off getting someone who understands RPM packaging to look at
Sorry that it actually took awhile... :-/
--
Sincerely yours,
Yury V. Zaytsev
Yury V. Zaytsev
2011-03-22 19:23:42 UTC
Permalink
Post by Chris Butler
Post by Yury V. Zaytsev
If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
You'd be better off getting someone who understands RPM packaging to look at
Sorry that it actually took awhile... :-/
--
Sincerely yours,
Yury V. Zaytsev
Chris Butler
2009-12-08 12:31:53 UTC
Permalink
Post by Yury V. Zaytsev
If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
You'd be better off getting someone who understands RPM packaging to look at
it, but my effort would be:

--- unfs3.spec.orig 2009-12-08 12:17:41.000000000 +0000
+++ unfs3.spec 2009-12-08 12:26:22.000000000 +0000
@@ -35,6 +35,7 @@
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
+%{__install} -Dp -m0755 unfsd.init %{buildroot}%{_initrddir}/unfs3

%clean
%{__rm} -rf %{buildroot}
@@ -44,6 +45,7 @@
%doc CREDITS LICENSE NEWS README contrib/ doc/
%doc %{_mandir}/man7/tags.7*
%doc %{_mandir}/man8/unfsd.8*
+%config %{_initrddir}/unfs3
%{_sbindir}/unfsd

%changelog
--
Chris Butler
Zedcore Systems Ltd

Direct dial: 0114 303 0572
Switchboard: 0114 238 1828 ext 72
Chris Butler
2009-12-08 12:31:53 UTC
Permalink
Post by Yury V. Zaytsev
If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
You'd be better off getting someone who understands RPM packaging to look at
it, but my effort would be:

--- unfs3.spec.orig 2009-12-08 12:17:41.000000000 +0000
+++ unfs3.spec 2009-12-08 12:26:22.000000000 +0000
@@ -35,6 +35,7 @@
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
+%{__install} -Dp -m0755 unfsd.init %{buildroot}%{_initrddir}/unfs3

%clean
%{__rm} -rf %{buildroot}
@@ -44,6 +45,7 @@
%doc CREDITS LICENSE NEWS README contrib/ doc/
%doc %{_mandir}/man7/tags.7*
%doc %{_mandir}/man8/unfsd.8*
+%config %{_initrddir}/unfs3
%{_sbindir}/unfsd

%changelog
--
Chris Butler
Zedcore Systems Ltd

Direct dial: 0114 303 0572
Switchboard: 0114 238 1828 ext 72
Chris Butler
2009-12-08 12:31:53 UTC
Permalink
Post by Yury V. Zaytsev
If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
You'd be better off getting someone who understands RPM packaging to look at
it, but my effort would be:

--- unfs3.spec.orig 2009-12-08 12:17:41.000000000 +0000
+++ unfs3.spec 2009-12-08 12:26:22.000000000 +0000
@@ -35,6 +35,7 @@
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
+%{__install} -Dp -m0755 unfsd.init %{buildroot}%{_initrddir}/unfs3

%clean
%{__rm} -rf %{buildroot}
@@ -44,6 +45,7 @@
%doc CREDITS LICENSE NEWS README contrib/ doc/
%doc %{_mandir}/man7/tags.7*
%doc %{_mandir}/man8/unfsd.8*
+%config %{_initrddir}/unfs3
%{_sbindir}/unfsd

%changelog
--
Chris Butler
Zedcore Systems Ltd

Direct dial: 0114 303 0572
Switchboard: 0114 238 1828 ext 72
Chris Butler
2009-12-08 12:31:53 UTC
Permalink
Post by Yury V. Zaytsev
If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
You'd be better off getting someone who understands RPM packaging to look at
it, but my effort would be:

--- unfs3.spec.orig 2009-12-08 12:17:41.000000000 +0000
+++ unfs3.spec 2009-12-08 12:26:22.000000000 +0000
@@ -35,6 +35,7 @@
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
+%{__install} -Dp -m0755 unfsd.init %{buildroot}%{_initrddir}/unfs3

%clean
%{__rm} -rf %{buildroot}
@@ -44,6 +45,7 @@
%doc CREDITS LICENSE NEWS README contrib/ doc/
%doc %{_mandir}/man7/tags.7*
%doc %{_mandir}/man8/unfsd.8*
+%config %{_initrddir}/unfs3
%{_sbindir}/unfsd

%changelog
--
Chris Butler
Zedcore Systems Ltd

Direct dial: 0114 303 0572
Switchboard: 0114 238 1828 ext 72
Chris Butler
2009-12-08 11:24:30 UTC
Permalink
I've just installed the unfs3 from rpmforge, and it seems to be lacking an
init.d script.

The init script from unfs3 CVS[0] seems to work fine.

[0] http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/*checkout*/unfs3/unfsd.init?rev=1.2&root=unfs3
--
Chris Butler
Zedcore Systems Ltd

Direct dial: 0114 303 0572
Switchboard: 0114 238 1828 ext 72
Yury V. Zaytsev
2009-12-08 12:06:47 UTC
Permalink
Post by Chris Butler
I've just installed the unfs3 from rpmforge, and it seems to be lacking an
init.d script.
Looking at the package source:

### FIXME: This package needs a sysv script

If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
--
Sincerely yours,
Yury V. Zaytsev
Chris Butler
2009-12-08 11:24:30 UTC
Permalink
I've just installed the unfs3 from rpmforge, and it seems to be lacking an
init.d script.

The init script from unfs3 CVS[0] seems to work fine.

[0] http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/*checkout*/unfs3/unfsd.init?rev=1.2&root=unfs3
--
Chris Butler
Zedcore Systems Ltd

Direct dial: 0114 303 0572
Switchboard: 0114 238 1828 ext 72
Yury V. Zaytsev
2009-12-08 12:06:47 UTC
Permalink
Post by Chris Butler
I've just installed the unfs3 from rpmforge, and it seems to be lacking an
init.d script.
Looking at the package source:

### FIXME: This package needs a sysv script

If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
--
Sincerely yours,
Yury V. Zaytsev
Chris Butler
2009-12-08 11:24:30 UTC
Permalink
I've just installed the unfs3 from rpmforge, and it seems to be lacking an
init.d script.

The init script from unfs3 CVS[0] seems to work fine.

[0] http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/*checkout*/unfs3/unfsd.init?rev=1.2&root=unfs3
--
Chris Butler
Zedcore Systems Ltd

Direct dial: 0114 303 0572
Switchboard: 0114 238 1828 ext 72
Yury V. Zaytsev
2009-12-08 12:06:47 UTC
Permalink
Post by Chris Butler
I've just installed the unfs3 from rpmforge, and it seems to be lacking an
init.d script.
Looking at the package source:

### FIXME: This package needs a sysv script

If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
--
Sincerely yours,
Yury V. Zaytsev
Chris Butler
2009-12-08 11:24:30 UTC
Permalink
I've just installed the unfs3 from rpmforge, and it seems to be lacking an
init.d script.

The init script from unfs3 CVS[0] seems to work fine.

[0] http://cvs.lysator.liu.se/viewcvs/viewcvs.cgi/*checkout*/unfs3/unfsd.init?rev=1.2&root=unfs3
--
Chris Butler
Zedcore Systems Ltd

Direct dial: 0114 303 0572
Switchboard: 0114 238 1828 ext 72
Yury V. Zaytsev
2009-12-08 12:06:47 UTC
Permalink
Post by Chris Butler
I've just installed the unfs3 from rpmforge, and it seems to be lacking an
init.d script.
Looking at the package source:

### FIXME: This package needs a sysv script

If you can spend some time to update the SPEC I will try to find a
moment to review and commit it.
--
Sincerely yours,
Yury V. Zaytsev
Loading...