Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133436 - net-proxy/oops-1.5.24_pre20050503-r1 missing user 'squid'
Summary: net-proxy/oops-1.5.24_pre20050503-r1 missing user 'squid'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Network Proxy Developers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-15 18:27 UTC by Dean Baender
Modified: 2006-05-27 15:31 UTC (History)
0 users

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


Attachments
oops-1.5.24_pre20050503-r1.ebuild - add user 'squid' (oops-1.5.24_pre20050503-r1.ebuild,2.50 KB, text/plain)
2006-05-15 18:29 UTC, Dean Baender
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Baender 2006-05-15 18:27:42 UTC
if [ "Xsquid" != "X" ]; then\
        /bin/chown squid /var/tmp/portage/oops-1.5.24_pre20050503-r1/image//usr/oops/logs;\
        /bin/chown squid /var/tmp/portage/oops-1.5.24_pre20050503-r1/image//usr/oops/DB;\
fi
/bin/chown: `squid': invalid user
/bin/chown: `squid': invalid user
make[1]: *** [mkinstalldirs] Error 1
make[1]: Leaving directory `/var/tmp/portage/oops-1.5.24_pre20050503-r1/work/oops-1.5.23/src'
make: *** [install] Error 2
Comment 1 Dean Baender 2006-05-15 18:29:24 UTC
Created attachment 86836 [details]
oops-1.5.24_pre20050503-r1.ebuild - add user 'squid'

update ebuild to add user 'squid'.
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2006-05-19 16:26:39 UTC
I've fixed this in the same revision, along with a bunch of cleanups.
The most important changes:
  - create and use oops user&group
  - it can be build with custom LDFLAGS

If you want to run it under oops user, you'd better re-emerge the package.
Comment 3 Dean Baender 2006-05-27 15:31:50 UTC
Comment on attachment 86836 [details]
oops-1.5.24_pre20050503-r1.ebuild - add user 'squid'

Nice work Alin.  Your fix is better than mine, so I'm obsoleting this ebuild.