aboutsummaryrefslogtreecommitdiffstats
path: root/UIDs
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2011-08-12 21:58:50 +0800
committercrees <crees@FreeBSD.org>2011-08-12 21:58:50 +0800
commitfcba9303dae3b2a3b61bb19e1e194aa2f569d3b9 (patch)
tree1f7c901c3e6347ed99ad3a92978b3af4c3e6e704 /UIDs
parent145dea27d368844d6565db9d04fc041a400d60c1 (diff)
downloadfreebsd-ports-gnome-fcba9303dae3b2a3b61bb19e1e194aa2f569d3b9.tar.gz
freebsd-ports-gnome-fcba9303dae3b2a3b61bb19e1e194aa2f569d3b9.tar.zst
freebsd-ports-gnome-fcba9303dae3b2a3b61bb19e1e194aa2f569d3b9.zip
net/gini now uses USERS
Diffstat (limited to 'UIDs')
-rw-r--r--UIDs1
1 files changed, 1 insertions, 0 deletions
diff --git a/UIDs b/UIDs
index 0d376b30cdb9..e0056b86ead5 100644
--- a/UIDs
+++ b/UIDs
@@ -104,6 +104,7 @@ privoxy:*:201:201::0:0:Privoxy proxy user:/nonexistent:/usr/sbin/nologin
dspam:*:202:202::0:0:Dspam:/nonexistent:/usr/sbin/nologin
yate:*:204:204::0:0:Yate:/nonexistent:/usr/sbin/nologin
gnugk:*:205:205::0:0:GNU GateKeeper pseudo-user:/nonexistent:/usr/sbin/nologin
+gini:*:206:206::0:0:& streaming server:/var/log/gini:/usr/sbin/nologin
shoutcast:*:210:210::0:0:Shoutcast sandbox:/nonexistent:/bin/sh
git:*:211:211::0:0:gitosis user:/usr/local/git:/bin/sh
hg:*:212:212::0:0:mercurial-server user:/usr/local/hg:/bin/sh
3-evolution/commit/mail?h=EVOLUTION_3_10_1&id=e02a62282c0227dc50938cff9dbe28be8fed1cab'>removed more needs-reply cruftJeffrey Stedfast2002-02-081-6/+0 * call set_body later to allow ignored words to be sent to gtkhtml controlRadek Doulik2002-02-082-22/+27 * remove "New" from user creatable menu itemJP Rosevear2002-02-082-1/+6 * Bumped the required version of gal.Christopher James Lahey2002-02-0711-188/+195 * Rearranged the #if checks so that we don't ever try to access any smimeJeffrey Stedfast2002-02-072-3/+12 * Removed references to NEEDS_REPLY.Jeffrey Stedfast2002-02-076-68/+12 * Look for DOCTYPE XML comments too to decide if the message content isJeffrey Stedfast2002-02-073-2/+7 * Dont double-free the text body data.Not Zed2002-02-062-4/+5 * Add attachments after we've seen if the composer object is valid.Not Zed2002-02-043-18/+32 * Destroy the S/MIME frame if not available, instead of just graying it out.Ettore Perazzoli2002-02-032-1/+8 * Some touchups from me and Anna.Ettore Perazzoli2002-02-032-189/+177 * Don't bother setting the auto-cc/bcc recipients here. I'm moving the codeJeffrey Stedfast2002-02-022-25/+7 * ignore spell checking of words in addresses, move set_body_text after allRadek Doulik2002-02-013-6/+37 * Pass the parent window to mail_account_editor_new().Jeffrey Stedfast2002-01-316-14/+28 * print quoted text in italicRadek Doulik2002-01-312-6/+10 * re-enable popup menu. (populate_folder_context_menu): If we're on aNot Zed2002-01-302-8/+31 * Changed the function signature so that we can pass in whom we want toDave West2002-01-302-6/+27 * Make X-Evolution-Account take priority over X-Evolution-Transport. ShouldJeffrey Stedfast2002-01-302-3/+8 * Don't pass NULL text to gtk_entry_set_text. Maybe this will fix bugJeffrey Stedfast2002-01-302-3/+12 * New function that implements the Redirect feature.Jeffrey Stedfast2002-01-306-4/+143 * (footer_info_free): unref footer fontRadek Doulik2002-01-302-1/+10 * (do_mail_print): get rid of static global variables, as they areRadek Doulik2002-01-302-21/+38 * initialize line to 0 to make everybody happy ;-) ops, set local_font toRadek Doulik2002-01-302-2/+8 * Don't bother checking for invalid recipients anymore. If a recipient isJeffrey Stedfast2002-01-292-41/+12 * print footer (footer_print_cb): print page number and number of pagesRadek Doulik2002-01-292-16/+35 * Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-282-9/+12 * We need to return a value here. I think FALSE is fine (I hope).Jeffrey Stedfast2002-01-262-0/+5 * Save the pathname. (save_part): Use the new mail_config cruft to get theJeffrey Stedfast2002-01-264-14/+58 * Do some NULL checking on the url before using it.Jeffrey Stedfast2002-01-262-3/+13 * Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-252-2/+7 * This wrapper for gdk_beep().Jeffrey Stedfast2002-01-252-2/+9 * Don't bother trying to see if the domain looks like a FQDN.Jeffrey Stedfast2002-01-252-7/+7 * If the mail-display is in focus, then select-all in the mail displayJeffrey Stedfast2002-01-252-3/+13 * Pass a NULL icon to `evolution_shell_component_add_user_creatable_item()'.Ettore Perazzoli2002-01-242-1/+8 * Implements bug #15692Jeffrey Stedfast2002-01-242-11/+67 * Define CAMEL_PROVIDERDIR to be the configure.in-defined camel_providerdir.Dan Winship2002-01-242-2/+7 * Now takes a boolean notify argument. If this is *not* set, then remove theJeffrey Stedfast2002-01-233-3/+16 * Simplified.Jeffrey Stedfast2002-01-232-30/+34 * If the first "token" in the body is "<html>", then treat this as aJeffrey Stedfast2002-01-223-1/+19 * Update to match new uudecode interface (ie, no longer need a uulen stateJeffrey Stedfast2002-01-182-3/+8 * New callback to handle the set_base signal. (on_url_requested): If theJeffrey Stedfast2002-01-163-5/+60 * Don't remove any X-Evolution* headers here, the composer already knows toJeffrey Stedfast2002-01-112-3/+6 * Do proper refcounting on the draft folder.Jeffrey Stedfast2002-01-092-2/+10 * When performing a wraparound, check to see if the first (or last dependingJeffrey Stedfast2002-01-092-4/+26 * When connecting to the transport username changed event, pass theJeffrey Stedfast2002-01-093-1/+9 * Make the mbox importer check for Mozilla status headers and act on them.Iain Holmes2002-01-094-4/+124 * Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed.Jeffrey Stedfast2002-01-0810-53/+102 * Add an Organization header.Jeffrey Stedfast2002-01-043-1/+8 * Simplified. Also no longer needs an "ignore_addr" argument as far as I canJeffrey Stedfast2002-01-032-38/+46 * remove e_gnome_dialog util functions and use e-util ones insteadJP Rosevear2002-01-032-44/+6 * The idea here is that if we consistantly name the movemail file betweenJeffrey Stedfast2002-01-033-24/+39 * Makes the auto-undelete behavior when changing message flags a bit moreJon Trowbridge2001-12-212-3/+20 * -- Merge fix for #17377 from the evolution-1-0-branch.Ettore Perazzoli2001-12-202-0/+9 * Add the auto-cc/bcc recipients here. The problem with setting them in theJeffrey Stedfast2001-12-207-45/+315 * If the provider is NULL, don't do anything.Jeffrey Stedfast2001-12-203-4/+8 * Oops, no wonder the exec command thing never stuck around... I wasn'tJeffrey Stedfast2001-12-203-2/+9 * Argh, don't notify about new mail here. (fetch_mail_fetch): Notify aboutJeffrey Stedfast2001-12-192-18/+22 * slight fixJeffrey Stedfast2001-12-191-3/+3 * Setup the new-mail-notification widgets. (notify_command_changed): UpdateJeffrey Stedfast2001-12-197-18/+213 * Set citation color to black when we are printing.Jon Trowbridge2001-12-182-0/+7 * Avoid embedding <object> tags when we are printing.Jon Trowbridge2001-12-183-13/+34 * Set the filter driver's shell-exec callback.Jeffrey Stedfast2001-12-153-2/+9 * Connect to the destroy signal on the popup dialog.Jeffrey Stedfast2001-12-153-11/+32 * Connect to the save-draft signal. (send_to_url): Here too. (mail_reply):Jeffrey Stedfast2001-12-153-1/+107 * Start reiplementing The Right Way and not danw's fucking half-assed kludgeJeffrey Stedfast2001-12-153-129/+40 * set the new-mail-notify command.Jeffrey Stedfast2001-12-135-6/+134 * Fixed for mail_content_loaded's new signature.Jon Trowbridge2001-12-129-96/+189 * Add ETable magic for our new "Needs Reply" column. (The next few entriesJon Trowbridge2001-12-1210-230/+399 * Don't expunge when we sync anymore, this fixes bug #4472.Jeffrey Stedfast2001-12-112-2/+7 * Make sure that the message subject is non-NULL beforetrying to base aJeffrey Stedfast2001-12-114-29/+40 * set paper size to _("US-Letter"), use gtk_html_print_set_masterRadek Doulik2001-12-112-2/+7 * Don't just assume all of the GtkHTMLEmbedded's fields are filled in, sinceDan Winship2001-12-105-7/+35 * Implements marking messages as "Need Reply".Jon Trowbridge2001-12-105-48/+144 * Check that the mail-display hasn't been destroyed.Jeffrey Stedfast2001-12-084-7/+42 * s/PREVIEW_RELEASE/VERSION_COMMENTJeffrey Stedfast2001-12-072-1/+5 * ack, forgot about this piece of the patchJeffrey Stedfast2001-12-071-1/+1 * Don't append "(Preview Version)" at the end of the version string. Use theJeffrey Stedfast2001-12-072-6/+9 * fixed changelog merge conflictsJeffrey Stedfast2001-12-071-1/+0 * Setup the UI for the AddSenderToAddressbook ui verb thingy.Jeffrey Stedfast2001-12-074-39/+24 * Allow 'n' and 'p' to work when multiple messages are selected. FixesJon Trowbridge2001-12-052-6/+9 * If the path exists, make sure it's a regular file (or we can't possiblyJeffrey Stedfast2001-12-043-24/+58 * Fix the boolean check to be && and not ||.Jeffrey Stedfast2001-12-012-1/+6 * Reverted the non-NULL mime-type patch from a little while back, didn'tJeffrey Stedfast2001-11-282-6/+8 * merged from evoution-1-0-branchNot Zed2001-11-285-24/+38 * Reverted my hide_save_state patch.Jeffrey Stedfast2001-11-222-6/+4 * 'n' shouldn't wrap if 'p' doesn't.Jeffrey Stedfast2001-11-212-9/+5 * Save hide state. (message_list_hide_uids): Save hide state.Jeffrey Stedfast2001-11-173-6/+25 * Undo a really weird mangling of part of the ChangeLog from last AugustDan Winship2001-11-161-42/+42 * s/_/U_/ (filter_rule_set_name requires UTF-8 string)Chyla Zbigniew2001-11-152-4/+10 * Instead of doing pthread_exit() after redirecting the SEGV, try to lock aDan Winship2001-11-152-1/+17 * Call e_passwords_remember_password() for account passwords if the user setJeffrey Stedfast2001-11-152-8/+23 * Add a NULL check for rule->name. (mail_vfolder_add_uri): Same here.Jeffrey Stedfast2001-11-132-6/+20 * If we already have the message loaded in the mail-display, don't botherJeffrey Stedfast2001-11-112-3/+15 * Was x_evolution_message_parse from folder-browser.c. A space char is noJeffrey Stedfast2001-11-10