Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248888 - Gadmin-Samba is an easy to use GTK+ frontend for the SAMBA file and print server.
Summary: Gadmin-Samba is an easy to use GTK+ frontend for the SAMBA file and print se...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.gadmintools.org
Whiteboard:
Keywords:
Depends on:
Blocks: 153803
  Show dependency tree
 
Reported: 2008-11-26 13:31 UTC by Gustaf Ankarloo
Modified: 2020-12-11 11:44 UTC (History)
1 user (show)

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


Attachments
Gadmin-samba ebuild (gadmin-samba-0.2.7.ebuild,1.54 KB, text/plain)
2008-11-26 13:35 UTC, Gustaf Ankarloo
Details
Patch1 preventing sandbox violation (gadmin-samba-0.2.7-examples_install.patch,657 bytes, patch)
2008-11-26 13:38 UTC, Gustaf Ankarloo
Details | Diff
Patch2 (gadmin-samba-0.2.7-log_path.patch,512 bytes, patch)
2008-11-26 13:39 UTC, Gustaf Ankarloo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustaf Ankarloo 2008-11-26 13:31:51 UTC
New Ebuild request: net-misc/gadmin-samba

Reproducible: Always



Expected Results:  
a working Ebuild
Comment 1 Gustaf Ankarloo 2008-11-26 13:35:53 UTC
Created attachment 173443 [details]
Gadmin-samba ebuild

Working Ebuild
Comment 2 Gustaf Ankarloo 2008-11-26 13:38:17 UTC
Created attachment 173445 [details, diff]
Patch1 preventing sandbox violation

make install tries to install example files to /home/Netlogon
sanbox dont like that.

I removed the lines from Makefile and puts the files in 
/usr/share/doc/gadmin-samba/Netlogon instead.
Comment 3 Gustaf Ankarloo 2008-11-26 13:39:15 UTC
Created attachment 173447 [details, diff]
Patch2

changes default logfile from security to messages
Comment 4 Andrey Kislyuk (RETIRED) gentoo-dev 2008-11-26 16:12:03 UTC
Gustaf,

Could you please explain why you changed the default log location, and how you intend to make that compatible with generic log facilities?

Thanks
Comment 5 Gustaf Ankarloo 2008-11-26 20:43:48 UTC
(In reply to comment #4)
> Gustaf,
> 
> Could you please explain why you changed the default log location, and how you
> intend to make that compatible with generic log facilities?
> 
> Thanks
> 

I figured this. right me if I'm wrong.
there is no /var/log/secure by default in Gentoo.
I know that for other distros there is.

Thats basically why I change it. If you dissagre please tell me and why.