Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109246 - boxbackup-0.09.ebuild not splitted
Summary: boxbackup-0.09.ebuild not splitted
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: App-Backup Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-10-13 22:47 UTC by Anatoly Shipitsin
Modified: 2005-12-12 20:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anatoly Shipitsin 2005-10-13 22:47:52 UTC
I'm think boxbackup.ebuild need split on two part: server-part & client-part.
Why? This is backup app. Client-part install & running offten, server-part
rarely. Why i'm need install server-part on clients ? 

PS I'm added split ebuild to bug #82447, but when bug closed... i'm got in
portage three not splitted boxbackup-0.09.ebuild. 

PPS Sorry my english very ugly ;)

Reproducible: Always
Steps to Reproduce:
Comment 1 Fabian Groffen gentoo-dev 2005-10-14 08:47:31 UTC
I'm hestitant to split the ebuild, since upstream doesn't split as well as
accomodate in any way to have a split setup, IMHO.

I see your point, but considering the other packages in app-backup it doesn't
look to uncommon to me not to split.  The only think I could think of is having
a "client-only" USE flag as in bacula, but then some obvious way to only install
the client should be in the build system.  Simply 'rm -f'-ing might be enough as
well.

Opinions? 
Comment 2 Anatoly Shipitsin 2005-10-16 02:21:47 UTC
Okey. USE flag "client-only" also good solution.
Comment 3 Fabian Groffen gentoo-dev 2005-11-02 12:47:42 UTC
Sorry for the delay.

I committed boxbackup-0.09-r1 which has a client-only USE-flag.

reopen this bug or open a new one if any problems occur.
Comment 4 Anatoly Shipitsin 2005-11-30 21:23:34 UTC
I'm reopen bug. Where is init script for boxbackup client ? It's may running in
daemon mode.
Comment 5 Fabian Groffen gentoo-dev 2005-12-11 08:18:51 UTC
there should be a bbackupd script for the client.

I don't understand the problem.
Comment 6 Anatoly Shipitsin 2005-12-11 23:09:26 UTC
> I don't understand the problem.

boxbackup-client can operate in daemon mode, for this need init script. 
Comment 7 Fabian Groffen gentoo-dev 2005-12-12 13:21:23 UTC
(In reply to comment #6)
> boxbackup-client can operate in daemon mode, for this need init script. 

This script is called bbackupd and is located in /etc/init.d/bbackupd

The ebuild is creating this one unconditionally, so it should always be there...
Comment 8 Anatoly Shipitsin 2005-12-12 20:12:03 UTC
Huh. It's my mistake. Sorry