search for: _unitdir

Displaying 4 results from an estimated 4 matches for "_unitdir".

Did you mean: unitdir
2017 Feb 21
2
Offical RHEL AD DC on RHEL
...tsuite only works with a full build right now. @@ -78,9 +78,9 @@ Release: %{samba_release} %if 0%{?rhel} -Epoch: 0 +Epoch: 4 %else -Epoch: 2 +Epoch: 4 %endif %if 0%{?epoch} > 0 @@ -879,7 +879,7 @@ %endif install -d -m 0755 %{buildroot}%{_unitdir} -for i in nmb smb winbind ; do +for i in nmb smb winbind samba ; do cat packaging/systemd/$i.service | sed -e 's@\[Service\]@[Service]\nEnvironment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba at g' >tmp$i.service install -m 0644 tmp$i.service %{buildroot}%{_unitdir}/$i.service...
2017 Feb 21
0
Offical RHEL AD DC on RHEL
...> Release: %{samba_release} > > %if 0%{?rhel} > -Epoch: 0 > +Epoch: 4 > %else > -Epoch: 2 > +Epoch: 4 > %endif > > %if 0%{?epoch} > 0 > @@ -879,7 +879,7 @@ > %endif > > install -d -m 0755 %{buildroot}%{_unitdir} > -for i in nmb smb winbind ; do > +for i in nmb smb winbind samba ; do > cat packaging/systemd/$i.service | sed -e 's@ > \[Service\]@[Service]\nEnvironment=KRB5CCNAME=FILE:/run/ > samba/krb5cc_samba at g' >tmp$i.service > install -m 0644 tmp$i.service %{buil...
2017 Feb 19
3
Offical RHEL AD DC on RHEL
On Sat, 2017-02-18 at 19:47 -0500, Nico Kadel-Garcia wrote: > On Sat, Feb 18, 2017 at 12:58 PM, Andrew Bartlett via samba > <samba at lists.samba.org> wrote: > > On Sat, 2017-02-18 at 10:36 +0100, Dario Lesca via samba wrote: > > > > > > Centos [6,7]* however does not have into current samba 4.x > > > version > > > fully support to AD DC
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
...--disable-static --disable-rpath --with-nss --with-shadow --with-pam --with-gssapi=plugin --with-ldap=plugin --with-sql=plugin --with-pgsql --with-mysql --with-sqlite --with-zlib --with-libcap --with-lucene --with-ssl=openssl --with-ssldir=/etc/pki/dovecot --with-solr --with-systemdsystemunitdir=%{_unitdir} --with-docs ## --------- ## ## Platform. ## ## --------- ## hostname = uname -m = x86_64 uname -r = 2.6.32-358.6.2.el6.x86_64 uname -s = Linux uname -v = #1 SMP Thu May 16 20:59:36 UTC 2013 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -...