Gentoo Archives: gentoo-alt

From: Jason Cooper <gentoo@××××××××××.net>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] init scripts and launch{ctl,d} on mavericks
Date: Thu, 16 Jan 2014 17:13:34
Message-Id: 20140116171331.GJ29184@titan.lakedaemon.net
1 All,
2
3 I'm working on two ebuilds right now, tor and openvpn. Both can and
4 should run as unprivileged users (I'll get to openvpn opening /dev/tun0
5 later), but there doesn't seem to be anything in gentoo-prefix to
6 support doing
7
8 $ emerge openvpn
9 $ cd ~/Library/LaunchAgents
10 $ ln -s ../../gentoo/.../LaunchAgents/org.gentoo-prefix.openvpn.home.plist .
11 $ launchctl load org.gentoo-prefix.openvpn.home.plist
12
13 Have I missed something?
14
15 thx,
16
17 Jason.