rpms/ejabberd/F-7 ejabberdctl, NONE, 1.1 ejabberdctl.apps, NONE, 1.1 ejabberdctl.pam, NONE, 1.1 ejabberd.spec, 1.9, 1.10

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Tue Jul 31 13:01:17 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/ejabberd/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29647

Modified Files:
	ejabberd.spec 
Added Files:
	ejabberdctl ejabberdctl.apps ejabberdctl.pam 
Log Message:
Sigh...


--- NEW FILE ejabberdctl ---
#!/bin/bash

exec /sbin/runuser -s /bin/bash - ejabberd -c "erl -pa @libdir@/ejabberd- at version@/ebin -noinput -sname ejabberdctl -s ejabberd_ctl -extra $@"


--- NEW FILE ejabberdctl.apps ---
USER=root
PROGRAM=/usr/sbin/ejabberdctl
SESSION=yes
FALLBACK=no
GUI=no


--- NEW FILE ejabberdctl.pam ---
#%PAM-1.0
auth            include         config-util
account         include         config-util
session         include         config-util


Index: ejabberd.spec
===================================================================
RCS file: /cvs/extras/rpms/ejabberd/F-7/ejabberd.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ejabberd.spec	31 Jul 2007 12:57:54 -0000	1.9
+++ ejabberd.spec	31 Jul 2007 13:00:44 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           ejabberd
 Version:        1.1.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
 
 Group:          Applications/Internet
@@ -170,6 +170,9 @@
 %doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_*
 
 %changelog
+* Tue Jul 31 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.3-5
+- Sigh...
+
 * Tue Jul 31 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.3-4
 - Don't forget to add patch.
 




More information about the fedora-extras-commits mailing list