aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sendmail/pkg-plist
blob: 0739ab6e9f5571c7e410e575bcb540246d3d8f25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail/pkg-plist,v 1.14 2002-07-03 16:01:00 dinoex Exp $
@exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 25; fi
@exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 25 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi
@exec mkdir -p /var/spool/clientmqueue
@exec chown smmsp:smmsp /var/spool/clientmqueue
@exec chmod 770 /var/spool/clientmqueue
@unexec if pw usershow smmsp | grep -q 90:90; then pw userdel smmsp; fi
@comment (removed by userdel) pw groupdel smmsp
bin/hoststat
bin/mailq
bin/newaliases
bin/purgestat
bin/rmail
bin/vacation
etc/rc.d/sm-client.sh.sample
etc/rc.d/sendmail.sh.sample
libexec/mail.local
libexec/smrsh
sbin/editmap
sbin/mailstats
sbin/makemap
sbin/praliases
@group smmsp
sbin/sendmail
@group
@comment (overwritten by pkg_add) chown root:smmsp sbin/sendmail
@exec chmod 2555 %D/sbin/sendmail
%%PORTDOCS%%share/doc/sendmail/op.ps
%%PORTDOCS%%share/doc/sendmail/op.txt
%%PORTDOCS%%share/doc/sendmail/DEVTOOLS
%%PORTDOCS%%share/doc/sendmail/SENDMAIL
%%PORTDOCS%%share/doc/sendmail/MAIL.LOCAL
%%PORTDOCS%%share/doc/sendmail/SMRSH
012-1/+7 * This is a first shoot at making shortcuts renameable [#3719];Ettore Perazzoli2001-06-307-297/+263 * Replaced GList with GSList here to fix a type mismatch.Christopher James Lahey2001-06-302-1/+6 * Changed $(datadir)/evolution/etspec to "$(etspecdir)" here.Christopher James Lahey2001-06-302-2/+7 * Replaced GList with GSList here to fix a type mismatch.Christopher James Lahey2001-06-302-1/+6 * Change EShortcuts to use GSLists instead of GLists.Ettore Perazzoli2001-06-304-60/+75 * Fix the fix.Ettore Perazzoli2001-06-291-1/+1 * Ooops. Update ChangeLog entry correctly.Ettore Perazzoli2001-06-291-1/+2 * Fix #3756, `--debug' option not working anymore.Ettore Perazzoli2001-06-292-5/+18 * Fix #3382, shortcut bar crashes when checking mail, and all theEttore Perazzoli2001-06-292-6/+22 * (e_storage_new_folder): Move the folder_changed_cb() call to avoidDan Winship2001-06-292-1/+4 * Call folder_changed_cb after adding the new folder so that if it was addedDan Winship2001-06-292-0/+7 * Rename `e_shell_new_view()' into `e_shell_create_view()' to avoidEttore Perazzoli2001-06-286-11/+16 * Make the shell to be able to display URIs that the user specified onEttore Perazzoli2001-06-289-47/+159 * Added a URI schema registry to the shell, and changed the bootstrapEttore Perazzoli2001-06-289-5/+440 * Remove redundant declaration for `free_ShellComponentListener_servant()'.Ettore Perazzoli2001-06-282-3/+5 * Get EvolutionShellComponent to emit a "handle_external_uri" when itEttore Perazzoli2001-06-282-0/+20 * Rename the method implementation functions to match the CORBA names.Ettore Perazzoli2001-06-282-41/+58 * Add method `ShellComponent::handleExternalURI' and anEttore Perazzoli2001-06-285-2/+108 * Remove a ChangeLog entry that referred to code that I haven'tEttore Perazzoli2001-06-271-11/+0 * Plug a leak. Every time the ETable would query the model for theEttore Perazzoli2001-06-272-1/+7 * Avoid calling the listener directly in `e-local-folder.c'; instead,Ettore Perazzoli2001-06-272-67/+38 * display a selected uri in a timeout rather than right away, so the UIjacob berkman2001-06-262-3/+68 * Get the shell to unregister the components on exit again.Ettore Perazzoli2001-06-254-1/+25 * Break the build so the current shell breakage doesn't get into theEttore Perazzoli2001-06-251-0/+13 * Remove some spurious "\n"s from g_warnings.Ettore Perazzoli2001-06-253-6/+16 * Ooops. I missed one ChangeLog entry in the previous commit.Ettore Perazzoli2001-06-251-0/+2 * Fixed a nasty chain of broken fixes to broken fixes to broken fixes,Ettore Perazzoli2001-06-255-21/+28 * Remove the ugliness that was `e_shell_quit()'; implement anEttore Perazzoli2001-06-255-44/+25 * Rename `GNOME_Evolution_TestComponent.oafinfo' intoEttore Perazzoli2001-06-253-2/+9 * Change EShell to derive from BonoboXObject for sake of simplicity.Ettore Perazzoli2001-06-253-100/+55 * Actually implement the "clicked" signal for the EActivityHandler, andEttore Perazzoli2001-06-253-12/+41 * Fix a gazillion warnings.Ettore Perazzoli2001-06-242-4/+14 * Derive ETaskWidget from GtkEventBox instead of GtkFrame so that we canEttore Perazzoli2001-06-244-7/+57 * Added an EvolutionActivityClient object to libeshell, to handleEttore Perazzoli2001-06-247-158/+628 * Add code to query the ::Activity interface in theEttore Perazzoli2001-06-244-25/+88 * (Implemented deleting folders in the shell. Files changed that aren'tJason Leach2001-06-2414-51/+404 * Stylistical changes: moveEttore Perazzoli2001-06-243-33/+46 * Remove some useless `#if 0'ed code.Ettore Perazzoli2001-06-232-68/+4 * Get rid of the tons of ugly Bonobo Warnings by removing the code thatEttore Perazzoli2001-06-232-40/+12 * Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2356-64/+64 * Fix a bunch of stupid warnings caused by missing includes. AlsoEttore Perazzoli2001-06-235-3/+25 * Get the menu hints to work with the new status bar.Ettore Perazzoli2001-06-232-6/+56 * Add `evolution-test-component'.Ettore Perazzoli2001-06-231-0/+1 /td> * Update to 1.2.1rnoland2009-02-262-4/+4 * - Use standard DCE uuid(3) calls from libc instead of depending on Linux-stas2009-02-245-2/+89 * - Change default Tcl/Tk version to 8.5mm2009-02-232-2/+2 * Use my @FreeBSD.org email for the rest of my portsmakc2009-02-211-1/+1 * /tmp/cvsGePDN8rnoland2009-02-206-12/+12 * - Update to 180.29miwi2009-02-192-8/+14 * - Update to 0.11tabthorpe2009-02-172-9/+9 * - added SimpleAgendadinoex2009-02-161-0/+1 * Update PyQt4 ports to 4.4.4, new ports:makc2009-02-153-29/+23 * - Update to 0.12miwi2009-02-153-6/+12 * Update to 0.14.0rnoland2009-02-132-4/+4 * - Pass maintainership to submittertabthorpe2009-02-131-1/+1 * - Pass maintainership to marius@nuenneri.chwxs2009-02-131-1/+1 * - Update to 20090126wxs2009-02-122-4/+5 * - Python is now an indirect dependency, so remove the knob. USE_PYTHON needs topav2009-02-112-18/+8 * bump PORTREVISION after adding forgotten patches. Those patches are not cruci...makc2009-02-102-0/+2 * - Fix missing patches to fix the buildmiwi2009-02-092-0/+58 * The KDE FreeBSD team is proud to announce the release of KDE 4.2.0miwi2009-02-0966-2897/+3847 * xscreensaver comes with support for this app so I'll take maintainership.dougb2009-02-081-1/+1 * Update to 3.8.mezz2009-02-083-8/+9 * Update to version 241.krion2009-02-062-5/+4 * Fix a typo.olgeni2009-02-051-1/+1 * - Update to 0.3.3rafan2009-02-052-4/+4 * - Unbreakmiwi2009-02-052-3/+2 * - Update to 0.5amdmi32009-02-042-4/+4 * 2009-01-19 games/emacs-chess: has been broken for more than 6 monthsmiwi2009-02-045-50/+0 * - Make luit can find locale.alias after X.Org 7.4 upgrade. Without this,rafan2009-02-031-0/+3 * - Update to 1.13.5miwi2009-02-032-4/+4 * - Update to 0.3.2miwi2009-02-033-4/+7 * Reset dyeske@gmail.com at his request.linimon2009-02-034-8/+2 * - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-02