<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.os.pcbsd.scm">
    <title>gmane.os.pcbsd.scm</title>
    <link>http://blog.gmane.org/gmane.os.pcbsd.scm</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17342"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17341"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17340"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17339"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17338"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17337"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17336"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17335"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17334"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17333"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17332"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17331"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17330"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17329"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17328"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17327"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17326"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17325"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17324"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.pcbsd.scm/17323"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17342">
    <title>[PC-BSD Commits] r17791 - pcbsd-projects/AD_4_PCBSD/samba</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17342</link>
    <description>&lt;pre&gt;Author: johnh
Date: 2012-07-17 04:47:49 +0000 (Tue, 17 Jul 2012)
New Revision: 17791

Modified:
   pcbsd-projects/AD_4_PCBSD/samba/sambaconf.c
Log:
bugfix, was setting node and continuing even after the proper section
was found.



Modified: pcbsd-projects/AD_4_PCBSD/samba/sambaconf.c
===================================================================
--- pcbsd-projects/AD_4_PCBSD/samba/sambaconf.c2012-07-17 04:22:02 UTC (rev 17790)
+++ pcbsd-projects/AD_4_PCBSD/samba/sambaconf.c2012-07-17 04:47:49 UTC (rev 17791)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -225,8 +225,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 section = 1;
 }
 
+node = se;
 if (section != 0)
-node = se;
+break;
 }
 
 if (sm-&amp;gt;overwrite) {
&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-17T04:47:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17341">
    <title>[PC-BSD Commits] r17792 - pcbsd-projects/AD_4_PCBSD/scripts</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17341</link>
    <description>&lt;pre&gt;Author: johnh
Date: 2012-07-17 04:58:17 +0000 (Tue, 17 Jul 2012)
New Revision: 17792

Modified:
   pcbsd-projects/AD_4_PCBSD/scripts/pc-adctl
   pcbsd-projects/AD_4_PCBSD/scripts/pc-kinit
   pcbsd-projects/AD_4_PCBSD/scripts/pc-nsswitch
   pcbsd-projects/AD_4_PCBSD/scripts/pc-samba
Log:
Modified scripts to make AD work. 



Modified: pcbsd-projects/AD_4_PCBSD/scripts/pc-adctl
===================================================================
--- pcbsd-projects/AD_4_PCBSD/scripts/pc-adctl2012-07-17 04:47:49 UTC (rev 17791)
+++ pcbsd-projects/AD_4_PCBSD/scripts/pc-adctl2012-07-17 04:58:17 UTC (rev 17792)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -7,7 +7,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 . /usr/local/etc/rc.AD
 
-ad_assert()
+adctl_assert()
 {
 local args="$*"
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -19,36 +19,67 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 fi
 }
 
-ad_start()
+adctl_start()
 {
 if checkyesno activedirectory_enable 2&amp;gt;/dev/null
 then
-ad_assert service pc-kerberos start
-ad_assert service pc-nsswitch start
-ad_assert service pc-pam start
-#service pc-samba start
-#service pc-kinit start
-#service pc-kinit status
-&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-17T04:58:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17340">
    <title>[PC-BSD Commits] r17793 - pcbsd-projects/AD_4_PCBSD/rc</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17340</link>
    <description>&lt;pre&gt;Author: johnh
Date: 2012-07-17 05:03:24 +0000 (Tue, 17 Jul 2012)
New Revision: 17793

Modified:
   pcbsd-projects/AD_4_PCBSD/rc/rc.AD
Log:
Remove FreeNAS specific code/settings.



Modified: pcbsd-projects/AD_4_PCBSD/rc/rc.AD
===================================================================
--- pcbsd-projects/AD_4_PCBSD/rc/rc.AD2012-07-17 04:58:17 UTC (rev 17792)
+++ pcbsd-projects/AD_4_PCBSD/rc/rc.AD2012-07-17 05:03:24 UTC (rev 17793)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -26,87 +26,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 . /etc/rc.subr
 
-
 #
-#FreeNAS settings
-#
-: ${FREENAS_CONFIG:="/data/freenas-v1.db"}
-: ${FREENAS_CONFIG_MD5:="/var/tmp/freenas_config.md5"}
-: ${FREENAS_SQLITE_CMD:="/usr/local/bin/sqlite3"}
-: ${FREENAS_RC:="/var/tmp/rc.conf.freenas"}
-
-#
-#Updater specific variables.
-#
-: ${CD_UPGRADE_SENTINEL="/data/cd-upgrade"}
-: ${NEED_UPDATE_SENTINEL="/data/need-update"}
-
-#
-#OPENSSL settings
-#
-: ${OPENSSL:="/usr/bin/openssl"}
-: ${SSLDIR:="/etc/ssl/freenas"}
-: ${SSLCONF:="${SSLDIR}/openssl.conf"}
-: ${SSLCADIR:="${SSLDIR}/CA"}
-: ${SSLCACERTDIR:&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-17T05:03:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17339">
    <title>[PC-BSD Commits] r17790 - pcbsd-projects/AD_4_PCBSD/pam</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17339</link>
    <description>&lt;pre&gt;Author: johnh
Date: 2012-07-17 04:22:02 +0000 (Tue, 17 Jul 2012)
New Revision: 17790

Modified:
   pcbsd-projects/AD_4_PCBSD/pam/pam-lexer.l
Log:
Left out another needed symbol



Modified: pcbsd-projects/AD_4_PCBSD/pam/pam-lexer.l
===================================================================
--- pcbsd-projects/AD_4_PCBSD/pam/pam-lexer.l2012-07-17 03:58:18 UTC (rev 17789)
+++ pcbsd-projects/AD_4_PCBSD/pam/pam-lexer.l2012-07-17 04:22:02 UTC (rev 17790)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -31,7 +31,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 optional{ return (OPTIONAL); }
 include{ return (INCLUDE); }
 
-[a-zA-Z0-9_\-\./]+{ yylval.str = xstrdup(yytext); return (STRING); }
+[a-zA-Z0-9_\-\./=]+{ yylval.str = xstrdup(yytext); return (STRING); }
 [ \t]+
 
 %%
&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-17T04:22:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17338">
    <title>[PC-BSD Commits] r17789 - pcbsd-projects/AD_4_PCBSD/scripts</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17338</link>
    <description>&lt;pre&gt;Author: johnh
Date: 2012-07-17 03:58:18 +0000 (Tue, 17 Jul 2012)
New Revision: 17789

Modified:
   pcbsd-projects/AD_4_PCBSD/scripts/pc-adctl
   pcbsd-projects/AD_4_PCBSD/scripts/pc-nsswitch
   pcbsd-projects/AD_4_PCBSD/scripts/pc-pam
Log:
Make PAM and NSS work.



Modified: pcbsd-projects/AD_4_PCBSD/scripts/pc-adctl
===================================================================
--- pcbsd-projects/AD_4_PCBSD/scripts/pc-adctl2012-07-17 03:44:47 UTC (rev 17788)
+++ pcbsd-projects/AD_4_PCBSD/scripts/pc-adctl2012-07-17 03:58:18 UTC (rev 17789)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -25,7 +25,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 then
 ad_assert service pc-kerberos start
 ad_assert service pc-nsswitch start
-#service pc-pam start
+ad_assert service pc-pam start
 #service pc-samba start
 #service pc-kinit start
 #service pc-kinit status

Modified: pcbsd-projects/AD_4_PCBSD/scripts/pc-nsswitch
===================================================================
--- pcbsd-projects/AD_4_PCBSD/scripts/pc-nsswitch2012-07-17 03:44:47 UTC (rev 17788)
+++ pcbsd-proje&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-17T03:58:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17337">
    <title>[PC-BSD Commits] r17788 - pcbsd-projects/AD_4_PCBSD/pam</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17337</link>
    <description>&lt;pre&gt;Author: johnh
Date: 2012-07-17 03:44:47 +0000 (Tue, 17 Jul 2012)
New Revision: 17788

Modified:
   pcbsd-projects/AD_4_PCBSD/pam/pam-lexer.l
   pcbsd-projects/AD_4_PCBSD/pam/pam-parser.y
   pcbsd-projects/AD_4_PCBSD/pam/pamconf.c
   pcbsd-projects/AD_4_PCBSD/pam/pamconf.h
Log:
Bug fixes. '/' was not being parsed properly. Some functions in the
parser moved into the main C program and externed to the parser also.



Modified: pcbsd-projects/AD_4_PCBSD/pam/pam-lexer.l
===================================================================
--- pcbsd-projects/AD_4_PCBSD/pam/pam-lexer.l2012-07-16 21:47:49 UTC (rev 17787)
+++ pcbsd-projects/AD_4_PCBSD/pam/pam-lexer.l2012-07-17 03:44:47 UTC (rev 17788)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -18,7 +18,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 
 \n{ return (NEWLINE); }
-^#(.+)?${ yylval.str = strdup(yytext); return (COMMENT); }
+^#(.+)?${ yylval.str = xstrdup(yytext); return (COMMENT); }
 
 auth{ return (AUTH); }
 account{ return (ACCOUNT); }
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -31,7 +31,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 optional{ return (OPTIONAL); }
 include{ return (INCLUDE);&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-17T03:44:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17336">
    <title>[PC-BSD Commits] r17787 - in pcbsd-projects/AD_4_PCBSD: nss rcscripts</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17336</link>
    <description>&lt;pre&gt;Author: johnh
Date: 2012-07-16 21:47:49 +0000 (Mon, 16 Jul 2012)
New Revision: 17787

Added:
   pcbsd-projects/AD_4_PCBSD/scripts/pc-adctl
Modified:
   pcbsd-projects/AD_4_PCBSD/nss/nssconf.c
   pcbsd-projects/AD_4_PCBSD/rc/rc.AD
   pcbsd-projects/AD_4_PCBSD/scripts/Makefile
   pcbsd-projects/AD_4_PCBSD/scripts/pc-kerberos
   pcbsd-projects/AD_4_PCBSD/scripts/pc-nsswitch
   pcbsd-projects/AD_4_PCBSD/scripts/pc-samba
Log:
Some bugfixes, progress, adctl for starting/stopping all the AD services.
Still a work in progress.



Modified: pcbsd-projects/AD_4_PCBSD/nss/nssconf.c
===================================================================
--- pcbsd-projects/AD_4_PCBSD/nss/nssconf.c2012-07-16 20:36:46 UTC (rev 17786)
+++ pcbsd-projects/AD_4_PCBSD/nss/nssconf.c2012-07-16 21:47:49 UTC (rev 17787)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -58,13 +58,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 usage(void)
 {
 fprintf(stderr,
-"usage: nssconf &amp;lt;(+|^|-|)database&amp;gt; [options]\n"
+"usage: nssconf [options]\n"
 "Where option in:\n\n"
 "\t-f &amp;lt;input file&amp;gt;\n"
-"\t-o &amp;lt;output file\n"
-"&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T21:47:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17335">
    <title>[PC-BSD Commits] r17786 - in pbi/modules: graphics graphics/gtkamgraphics/gtkam/resources graphics/gtkam/xdg-desktopgraphics/gtkam/xdg-menu multimedia multimedia/pwcviewmultimedia/pwcview/resources</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17335</link>
    <description>&lt;pre&gt;Author: kenmoore
Date: 2012-07-16 20:36:46 +0000 (Mon, 16 Jul 2012)
New Revision: 17786

Added:
   pbi/modules/graphics/gtkam/
   pbi/modules/graphics/gtkam/external-links
   pbi/modules/graphics/gtkam/pbi.conf
   pbi/modules/graphics/gtkam/resources/
   pbi/modules/graphics/gtkam/resources/gtkam.png
   pbi/modules/graphics/gtkam/scripts/
   pbi/modules/graphics/gtkam/xdg-desktop/
   pbi/modules/graphics/gtkam/xdg-desktop/gtkam.desktop
   pbi/modules/graphics/gtkam/xdg-menu/
   pbi/modules/graphics/gtkam/xdg-menu/gtkam.desktop
   pbi/modules/graphics/gtkam/xdg-mime/
   pbi/modules/multimedia/pwcview/
   pbi/modules/multimedia/pwcview/external-links
   pbi/modules/multimedia/pwcview/pbi.conf
   pbi/modules/multimedia/pwcview/resources/
   pbi/modules/multimedia/pwcview/resources/pwcview.png
   pbi/modules/multimedia/pwcview/scripts/
   pbi/modules/multimedia/pwcview/xdg-desktop/
   pbi/modules/multimedia/pwcview/xdg-menu/
   pbi/modules/multimedia/pwcview/xdg-mime/
Log:
Add modules for multimedia/pwcview and &lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T20:36:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17334">
    <title>[PC-BSD Commits] r17785 - in pbi/modules/games: . stepbillstepbill/resources xbill xbill/resources xbill/xdg-desktopxbill/xdg-menu xtux xtux/resources xtux/xdg-desktop xtux/xdg-menu</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17334</link>
    <description>&lt;pre&gt;Author: kenmoore
Date: 2012-07-16 20:24:23 +0000 (Mon, 16 Jul 2012)
New Revision: 17785

Added:
   pbi/modules/games/stepbill/
   pbi/modules/games/stepbill/external-links
   pbi/modules/games/stepbill/pbi.conf
   pbi/modules/games/stepbill/resources/
   pbi/modules/games/stepbill/resources/stepbill.png
   pbi/modules/games/stepbill/scripts/
   pbi/modules/games/stepbill/xdg-desktop/
   pbi/modules/games/stepbill/xdg-menu/
   pbi/modules/games/stepbill/xdg-mime/
   pbi/modules/games/xbill/
   pbi/modules/games/xbill/external-links
   pbi/modules/games/xbill/pbi.conf
   pbi/modules/games/xbill/resources/
   pbi/modules/games/xbill/resources/XBill.png
   pbi/modules/games/xbill/scripts/
   pbi/modules/games/xbill/xdg-desktop/
   pbi/modules/games/xbill/xdg-desktop/xbill.desktop
   pbi/modules/games/xbill/xdg-menu/
   pbi/modules/games/xbill/xdg-menu/xbill.desktop
   pbi/modules/games/xbill/xdg-mime/
   pbi/modules/games/xtux/
   pbi/modules/games/xtux/external-links
   pbi/modules/games/xtux/pbi.conf
   pbi/mo&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T20:24:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17333">
    <title>[PC-BSD Commits] r17784 - pcbsd-projects/AD_4_PCBSD/samba</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17333</link>
    <description>&lt;pre&gt;Author: johnh
Date: 2012-07-16 20:19:27 +0000 (Mon, 16 Jul 2012)
New Revision: 17784

Modified:
   pcbsd-projects/AD_4_PCBSD/samba/sambaconf.c
Log:
Add overwrite support



Modified: pcbsd-projects/AD_4_PCBSD/samba/sambaconf.c
===================================================================
--- pcbsd-projects/AD_4_PCBSD/samba/sambaconf.c2012-07-16 20:09:58 UTC (rev 17783)
+++ pcbsd-projects/AD_4_PCBSD/samba/sambaconf.c2012-07-16 20:19:27 UTC (rev 17784)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -16,6 +16,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 char *section;
 char *name;
 char *value;
+int overwrite;
 int op;
 };
 TAILQ_HEAD(smb_modification_list, smb_modification) modifications = 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -65,7 +66,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 "Where option in:\n\n"
 "\t-f &amp;lt;input file&amp;gt;\n"
 "\t-o &amp;lt;output file&amp;gt;\n"
-"\t-m &amp;lt;(+|^|-)section:name:value)&amp;gt;\n\n"
+"\t-m &amp;lt;(+|^|-)section:name=value)&amp;gt;\n"
+"\t-w\n\n"
 );
 
 exit(1);
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -144,7 +146,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 }
 
 static int
-add_modification(const char *m)
+add_modification(const char *m, int overwrite)
 {
 int i;
 char *ptr, *eptr, *save;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -176,6 +178,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 sm-&amp;gt;s&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T20:19:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17332">
    <title>[PC-BSD Commits] r17783 - pcbsd/current/src-qt4/about-gui</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17332</link>
    <description>&lt;pre&gt;Author: kris
Date: 2012-07-16 20:09:58 +0000 (Mon, 16 Jul 2012)
New Revision: 17783

Modified:
   pcbsd/current/src-qt4/about-gui/mainwindow.ui
Log:

Remove a whitespace



Modified: pcbsd/current/src-qt4/about-gui/mainwindow.ui
===================================================================
(Binary files differ)
&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T20:09:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17331">
    <title>[PC-BSD Commits] r17782 - pcbsd/current/build-files/src-patches</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17331</link>
    <description>&lt;pre&gt;Author: kris
Date: 2012-07-16 20:01:53 +0000 (Mon, 16 Jul 2012)
New Revision: 17782

Added:
   pcbsd/current/build-files/src-patches/patch-pc-sysinstall-TRIM
Log:

Add patch for TRIM support to pc-sysinstall, enabled by default, since
it gets automatically turned off if its not supported. 
&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T20:01:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17330">
    <title>[PC-BSD Commits] r17781 - in pbi/modules/games: . ceferinoceferino/resources ceferino/xdg-desktop ceferino/xdg-menucircuslinux circuslinux/resources circuslinux/xdg-desktopcircuslinux/xdg-menu flobopuyo flobopuyo/resourcesflobopuyo/xdg-desktop flobopuyo/xdg-menu flyhardflyhard/resources flyhard/xdg-desktop flyhard/xdg-menuformido formido/resources formido/xdg-desktopformido/xdg-menu njam njam/resources njam/xdg-desktop njam/xdg-menu</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17330</link>
    <description>&lt;pre&gt;Author: kenmoore
Date: 2012-07-16 19:49:29 +0000 (Mon, 16 Jul 2012)
New Revision: 17781

Added:
   pbi/modules/games/ceferino/
   pbi/modules/games/ceferino/external-links
   pbi/modules/games/ceferino/pbi.conf
   pbi/modules/games/ceferino/resources/
   pbi/modules/games/ceferino/resources/fuente1.png
   pbi/modules/games/ceferino/scripts/
   pbi/modules/games/ceferino/xdg-desktop/
   pbi/modules/games/ceferino/xdg-desktop/ceferino.desktop
   pbi/modules/games/ceferino/xdg-desktop/ceferinoeditor.desktop
   pbi/modules/games/ceferino/xdg-desktop/ceferinosetup.desktop
   pbi/modules/games/ceferino/xdg-menu/
   pbi/modules/games/ceferino/xdg-menu/ceferino.desktop
   pbi/modules/games/ceferino/xdg-menu/ceferinoeditor.desktop
   pbi/modules/games/ceferino/xdg-menu/ceferinosetup.desktop
   pbi/modules/games/ceferino/xdg-mime/
   pbi/modules/games/circuslinux/
   pbi/modules/games/circuslinux/external-links
   pbi/modules/games/circuslinux/pbi.conf
   pbi/modules/games/circuslinux/resources/
   pbi/modules/games/c&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T19:49:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17329">
    <title>[PC-BSD Commits] r17775 - in pbi/modules/games: .super_methane_brothers super_methane_brothers/resourcessuper_methane_brothers/xdg-desktopsuper_methane_brothers/xdg-menu tecnoballztecnoballz/resources tecnoballz/xdg-desktoptecnoballz/xdg-menu tuxpuck tuxpuck/resourcestuxpuck/xdg-desktop tuxpuck/xdg-menu whichwayisupwhichwayisup/resources whichwayisup/xdg-desktopwhichwayisup/xdg-menu</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17329</link>
    <description>&lt;pre&gt;Author: kenmoore
Date: 2012-07-16 19:03:31 +0000 (Mon, 16 Jul 2012)
New Revision: 17775

Added:
   pbi/modules/games/super_methane_brothers/
   pbi/modules/games/super_methane_brothers/external-links
   pbi/modules/games/super_methane_brothers/pbi.conf
   pbi/modules/games/super_methane_brothers/resources/
   pbi/modules/games/super_methane_brothers/resources/super-methane-bros.png
   pbi/modules/games/super_methane_brothers/scripts/
   pbi/modules/games/super_methane_brothers/xdg-desktop/
   pbi/modules/games/super_methane_brothers/xdg-desktop/methane.desktop
   pbi/modules/games/super_methane_brothers/xdg-menu/
   pbi/modules/games/super_methane_brothers/xdg-menu/methane.desktop
   pbi/modules/games/super_methane_brothers/xdg-mime/
   pbi/modules/games/tecnoballz/
   pbi/modules/games/tecnoballz/external-links
   pbi/modules/games/tecnoballz/pbi.conf
   pbi/modules/games/tecnoballz/resources/
   pbi/modules/games/tecnoballz/resources/TecnoballZ.png
   pbi/modules/games/tecnoballz/scripts/
   pbi/modules/ga&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T19:03:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17328">
    <title>[PC-BSD Commits] r17780 - pcbsd-projects/AD_4_PCBSD/nss</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17328</link>
    <description>&lt;pre&gt;Author: johnh
Date: 2012-07-16 19:26:10 +0000 (Mon, 16 Jul 2012)
New Revision: 17780

Removed:
   pcbsd-projects/AD_4_PCBSD/nss/nsswitch.conf
Log:
Don't need this in svn.
&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T19:26:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17327">
    <title>[PC-BSD Commits] r17779 - pcbsd-projects/AD_4_PCBSD/pam</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17327</link>
    <description>&lt;pre&gt;Author: johnh
Date: 2012-07-16 19:25:46 +0000 (Mon, 16 Jul 2012)
New Revision: 17779

Removed:
   pcbsd-projects/AD_4_PCBSD/pam/sshd
Log:
Don't need this in svn.
&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T19:25:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17326">
    <title>[PC-BSD Commits] r17778 - pcbsd-projects/AD_4_PCBSD/krb</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17326</link>
    <description>&lt;pre&gt;Author: johnh
Date: 2012-07-16 19:25:09 +0000 (Mon, 16 Jul 2012)
New Revision: 17778

Removed:
   pcbsd-projects/AD_4_PCBSD/krb/krb5.conf
Log:
Don't need this in svn.
&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T19:25:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17325">
    <title>[PC-BSD Commits] r17777 - in pbi/modules/games: . penguin-commandpenguin-command/resources penguin-command/xdg-desktoppenguin-command/xdg-menu sdl-ball sdl-ball/resourcessdl-ball/xdg-desktop sdl-ball/xdg-menu sdlCC sdlCC/resourcessdlCC/xdg-desktop sdlCC/xdg-menu stransball2stransball2/resources stransball2/xdg-desktop stransball2/xdg-menu</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17325</link>
    <description>&lt;pre&gt;Author: kenmoore
Date: 2012-07-16 19:24:58 +0000 (Mon, 16 Jul 2012)
New Revision: 17777

Added:
   pbi/modules/games/penguin-command/
   pbi/modules/games/penguin-command/external-links
   pbi/modules/games/penguin-command/pbi.conf
   pbi/modules/games/penguin-command/resources/
   pbi/modules/games/penguin-command/resources/penguin-command.png
   pbi/modules/games/penguin-command/scripts/
   pbi/modules/games/penguin-command/xdg-desktop/
   pbi/modules/games/penguin-command/xdg-desktop/penguin-command.desktop
   pbi/modules/games/penguin-command/xdg-menu/
   pbi/modules/games/penguin-command/xdg-menu/penguin-command.desktop
   pbi/modules/games/penguin-command/xdg-mime/
   pbi/modules/games/sdl-ball/
   pbi/modules/games/sdl-ball/external-links
   pbi/modules/games/sdl-ball/pbi.conf
   pbi/modules/games/sdl-ball/resources/
   pbi/modules/games/sdl-ball/resources/icon32.png
   pbi/modules/games/sdl-ball/scripts/
   pbi/modules/games/sdl-ball/xdg-desktop/
   pbi/modules/games/sdl-ball/xdg-desktop/sdl-ball.des&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T19:24:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17324">
    <title>[PC-BSD Commits] r17776 - pcbsd-projects/AD_4_PCBSD/samba</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17324</link>
    <description>&lt;pre&gt;Author: johnh
Date: 2012-07-16 19:24:42 +0000 (Mon, 16 Jul 2012)
New Revision: 17776

Removed:
   pcbsd-projects/AD_4_PCBSD/samba/smb.conf
   pcbsd-projects/AD_4_PCBSD/samba/smb.conf.stock
Log:
Don't need these in svn.
&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T19:24:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17323">
    <title>[PC-BSD Commits] r17767 - in pbi/modules: sysutils sysutils/easypbisysutils/gsmartcontrol sysutils/gsmartcontrol/resourcessysutils/gsmartcontrol/xdg-desktopsysutils/gsmartcontrol/xdg-menu www www/w3mirwww/w3mir/resources x11 x11/kgamma x11/kgamma/resourcesx11/kgamma/xdg-desktop x11/kgamma/xdg-menu</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17323</link>
    <description>&lt;pre&gt;Author: kenmoore
Date: 2012-07-16 16:57:37 +0000 (Mon, 16 Jul 2012)
New Revision: 17767

Added:
   pbi/modules/sysutils/easypbi/external-links
   pbi/modules/sysutils/gsmartcontrol/
   pbi/modules/sysutils/gsmartcontrol/external-links
   pbi/modules/sysutils/gsmartcontrol/pbi.conf
   pbi/modules/sysutils/gsmartcontrol/resources/
   pbi/modules/sysutils/gsmartcontrol/resources/gsmartcontrol.png
   pbi/modules/sysutils/gsmartcontrol/scripts/
   pbi/modules/sysutils/gsmartcontrol/xdg-desktop/
   pbi/modules/sysutils/gsmartcontrol/xdg-desktop/gsmartcontrol-root.desktop
   pbi/modules/sysutils/gsmartcontrol/xdg-desktop/gsmartcontrol.desktop
   pbi/modules/sysutils/gsmartcontrol/xdg-menu/
   pbi/modules/sysutils/gsmartcontrol/xdg-menu/gsmartcontrol-root.desktop
   pbi/modules/sysutils/gsmartcontrol/xdg-menu/gsmartcontrol.desktop
   pbi/modules/sysutils/gsmartcontrol/xdg-mime/
   pbi/modules/www/w3mir/
   pbi/modules/www/w3mir/external-links
   pbi/modules/www/w3mir/pbi.conf
   pbi/modules/www/w3mir/resources/
   p&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T16:57:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.pcbsd.scm/17322">
    <title>[PC-BSD Commits] r17769 - in pbi/modules: astro astro/xplanetastro/xplanet/resources games games/xorgramanagames/xorgramana/resources games/xorgramana/xdg-desktopgames/xorgramana/xdg-menu games/xpilot-ng-servergames/xpilot-ng-server/resources games/xpilot-ng-server/xdg-desktopgames/xpilot-ng-server/xdg-menu games/xpiredgames/xpired/resources games/xpired/xdg-desktopgames/xpired/xdg-menu</title>
    <link>http://comments.gmane.org/gmane.os.pcbsd.scm/17322</link>
    <description>&lt;pre&gt;Author: kenmoore
Date: 2012-07-16 17:39:06 +0000 (Mon, 16 Jul 2012)
New Revision: 17769

Added:
   pbi/modules/astro/xplanet/
   pbi/modules/astro/xplanet/external-links
   pbi/modules/astro/xplanet/pbi.conf
   pbi/modules/astro/xplanet/resources/
   pbi/modules/astro/xplanet/resources/xplanet.png
   pbi/modules/astro/xplanet/scripts/
   pbi/modules/astro/xplanet/xdg-desktop/
   pbi/modules/astro/xplanet/xdg-menu/
   pbi/modules/astro/xplanet/xdg-mime/
   pbi/modules/games/xorgramana/
   pbi/modules/games/xorgramana/external-links
   pbi/modules/games/xorgramana/pbi.conf
   pbi/modules/games/xorgramana/resources/
   pbi/modules/games/xorgramana/resources/x.png
   pbi/modules/games/xorgramana/scripts/
   pbi/modules/games/xorgramana/xdg-desktop/
   pbi/modules/games/xorgramana/xdg-desktop/xorgramana.desktop
   pbi/modules/games/xorgramana/xdg-menu/
   pbi/modules/games/xorgramana/xdg-menu/xorgramana.desktop
   pbi/modules/games/xorgramana/xdg-mime/
   pbi/modules/games/xpilot-ng-server/
   pbi/modules/games/x&lt;/pre&gt;</description>
    <dc:creator>svn-E1R8x85rdljYtjvyW6yDsg&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-07-16T17:39:06</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.pcbsd.scm">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.pcbsd.scm</link>
  </textinput>
</rdf:RDF>
