Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 8600 Details for
Bug 15721
new gnump3d
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
diff file for gnump3d-2.2, should go under files/
gnump3d-2.2-gentoo.diff (text/plain), 2.05 KB, created by
Jyrki Muukkonen
on 2003-02-21 21:27:04 UTC
(
hide
)
Description:
diff file for gnump3d-2.2, should go under files/
Filename:
MIME Type:
Creator:
Jyrki Muukkonen
Created:
2003-02-21 21:27:04 UTC
Size:
2.05 KB
patch
obsolete
>diff -ru gnump3d-2.2-orig/Makefile gnump3d-2.2/Makefile >--- gnump3d-2.2-orig/Makefile 2003-02-04 11:25:13.000000000 +0200 >+++ gnump3d-2.2/Makefile 2003-02-22 04:07:20.000000000 +0200 >@@ -26,12 +26,10 @@ > install -d $(PREFIX)/share/gnump3d > install -d $(PREFIX)/bin > install -d $(PREFIX)/man/man1 >- install -d /var/log/gnump3d >- install -d /etc/gnump3d > cp lib/gnump3d/*.pm $(LIBDIR)/gnump3d > cp lib/gnump3d/plugins/*.pm $(LIBDIR)/gnump3d/plugins > cp bin/gnump3d2 $(PREFIX)/bin/ >- -ln -s $(PREFIX)/bin/gnump3d2 $(PREFIX)/bin/gnump3d >+ -ln -s gnump3d2 $(PREFIX)/bin/gnump3d > cp bin/gnump3d-top $(PREFIX)/bin > cp man/gnump3d-top.1 $(PREFIX)/man/man1 > cp man/gnump3d.1 $(PREFIX)/man/man1 >@@ -39,8 +37,6 @@ > cp -R templates/* $(PREFIX)/share/gnump3d > chmod -R a+r $(PREFIX)/share/gnump3d/ > chmod +rx $(PREFIX)/share/gnump3d/*/ >- if [ ! -e /etc/gnump3d/gnump3d.conf ]; then cp etc/gnump3d.conf /etc/gnump3d ; fi >- cp etc/mime.types /etc/gnump3d > > uninstall: > rm -f $(PREFIX)/bin/gnump3d-top >diff -ru gnump3d-2.2-orig/bin/gnump3d2 gnump3d-2.2/bin/gnump3d2 >--- gnump3d-2.2-orig/bin/gnump3d2 2003-02-04 11:25:13.000000000 +0200 >+++ gnump3d-2.2/bin/gnump3d2 2003-02-22 03:43:12.000000000 +0200 >@@ -280,6 +280,11 @@ > if ( ( not $DEBUG ) and ( $BACKGROUND ) ) > { > fork() && exit; >+ # 2003-02-22 Jyrki Muukkonen >+ # we need a pidfile for /etc/init.d/gnump3d script >+ open( PIDFILE, ">/var/run/gnump3d.pid" ); >+ print PIDFILE $PID; >+ close( PIDFILE ); > } > > >diff -ru gnump3d-2.2-orig/etc/gnump3d.conf gnump3d-2.2/etc/gnump3d.conf >--- gnump3d-2.2-orig/etc/gnump3d.conf 2003-02-04 11:25:13.000000000 +0200 >+++ gnump3d-2.2/etc/gnump3d.conf 2003-02-22 02:34:42.000000000 +0200 >@@ -93,7 +93,7 @@ > # If you're on a multi-user system its probably a good idea to > # make the audio files readable to other users anyway... > # >-root = /home/mp3 >+# root = /home/mp3 > > > # >@@ -611,7 +611,7 @@ > # > # plugin_directory = /usr/lib/perl5/gnump3d/plugins > # >- >+plugin_directory = /usr/lib/perl5/5.8.0/gnump3d/plugins > > # > # By default all the plugins which are shipped with this server are
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 15721
:
8599
| 8600 |
8601