[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (f302566131cd997716a134346399613f486def28)

Elisamuel Resto scm at sourcemage.org
Sat Aug 30 19:31:19 EDT 2008


GIT changes to master grimoire by Elisamuel Resto <ryuji at sourcemage.org>:

 mail/mutt/DETAILS      |    8 ++++----
 mail/mutt/HISTORY      |    5 +++++
 mail/mutt/mutt.gpg     |binary
 net/samba/HISTORY      |    3 +++
 net/samba/init.d/samba |    5 +++--
 5 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit f302566131cd997716a134346399613f486def28
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    mail/mutt: updated stable to 1.4.2.3 and devel to 1.5.18; Added key 35853032 to mutt.gpg

commit a3c6bac7f6e5add2d22fc190da1cb99a7e346d72
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    net/samba: added -D to ARGS and added $ARGS to loadproc calls in the samba init.d script

diff --git a/mail/mutt/DETAILS b/mail/mutt/DETAILS
index a91b828..6d94a1a 100755
--- a/mail/mutt/DETAILS
+++ b/mail/mutt/DETAILS
@@ -19,8 +19,8 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvs
       ;;
       devel)
 
-         VERSION=1.5.9
-          SOURCE=${SPELL}-${VERSION}i.tar.gz
+         VERSION=1.5.18
+          SOURCE=${SPELL}-${VERSION}.tar.gz
          SOURCE2=${SOURCE}.asc
    SOURCE_URL[0]=ftp://ftp.mutt.org/mutt/devel/${SOURCE}
    SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
@@ -33,8 +33,8 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
       ;;
       *)
 
-         VERSION=1.4.2.2
-          SOURCE=${SPELL}-${VERSION}i.tar.gz
+         VERSION=1.4.2.3
+          SOURCE=${SPELL}-${VERSION}.tar.gz
          SOURCE2=${SOURCE}.sig
    SOURCE_URL[0]=ftp://ftp.mutt.org/mutt/${SOURCE}
    SOURCE_URL[1]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
diff --git a/mail/mutt/HISTORY b/mail/mutt/HISTORY
index b080934..0072e11 100644
--- a/mail/mutt/HISTORY
+++ b/mail/mutt/HISTORY
@@ -1,3 +1,8 @@
+2008-08-30 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: updated stable to 1.4.2.3, devel to 1.5.18
+	* mutt.gpg: Added key 35853032 to the keyring, 1.5.14+ devel's are
+	  signed with it
+
 2007-04-02 Arwed v. Merkatz <v.merkatz at gmx.net>
 	* patches/compressed_folders/: updated stable patch to 1.4.2.2
 
diff --git a/mail/mutt/mutt.gpg b/mail/mutt/mutt.gpg
index 485d67b..5f0c462 100644
Binary files a/mail/mutt/mutt.gpg and b/mail/mutt/mutt.gpg differ
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index 3523837..1a9bd79 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,6 @@
+2008-08-30 Elisamuel Resto <ryuji at sourcemage.org>
+	* init.d/samba: added -D to ARGS and added $ARGS to loadproc calls
+
 2008-08-28 George Sherwood <gsherwood at sourcemage.org>
 	* DETAILS: Updated to version 3.2.3.  SECURITY_PATCH++
 	  http://us1.samba.org/samba/history/samba-3.2.3.html
diff --git a/net/samba/init.d/samba b/net/samba/init.d/samba
index 4a41ccd..ca653d3 100644
--- a/net/samba/init.d/samba
+++ b/net/samba/init.d/samba
@@ -3,6 +3,7 @@
 PROGRAM=/bin/false
 RUNLEVEL=3
 NEEDS="+remote_fs"
+ARGS="-D"
 
 . /etc/init.d/smgl_init
 
@@ -13,12 +14,12 @@ start()
   fi &&
   if ! netstat -l --udp | grep -q netbios-ns ; then
     echo "Starting NetBIOS nameserver ..."
-    loadproc /usr/sbin/nmbd
+    loadproc /usr/sbin/nmbd ${ARGS}
     evaluate_retval
   fi  &&
   if ! netstat -l --tcp | grep -q netbios-ssn ; then
     echo "Starting NetBIOS sessions ..."
-    loadproc /usr/sbin/smbd
+    loadproc /usr/sbin/smbd ${ARGS}
     evaluate_retval
   fi
 }



More information about the SM-Commit mailing list