diff options
| author | Andrew Tridgell <tridge@samba.org> | 2007-06-01 21:10:49 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2007-06-01 21:10:49 +1000 |
| commit | 02bfa10daa8ced0f660a662b8bf2fda2dd833e6a (patch) | |
| tree | 60d36bdaebebd5c435959735f70a8cab2a01caa6 /ctdb/packaging | |
| parent | b5890ad2c17ac0b7e3ec8ab6e28c7fa4839a8349 (diff) | |
tidy up the install somewhat
(This used to be ctdb commit 07e202ae8451ffa67c40973625996224cfd4e158)
Diffstat (limited to 'ctdb/packaging')
| -rw-r--r-- | ctdb/packaging/RHEL/ctdb.spec | 15 | ||||
| -rw-r--r-- | ctdb/packaging/RHEL/setup/ctdb.sysconfig | 10 |
2 files changed, 2 insertions, 23 deletions
diff --git a/ctdb/packaging/RHEL/ctdb.spec b/ctdb/packaging/RHEL/ctdb.spec index c8eaabf3d9..3c60d61510 100644 --- a/ctdb/packaging/RHEL/ctdb.spec +++ b/ctdb/packaging/RHEL/ctdb.spec @@ -9,12 +9,12 @@ Release: 1 Epoch: 0 License: GNU GPL version 2 Group: System Environment/Daemons -URL: bzr://www.samba.org/~tridge/ctdb/ +URL: http://ctdb.samba.org/ Source: ctdb-%{version}.tar.bz2 Source999: ctdb-setup.tar.bz2 -Prereq: /sbin/chkconfig /bin/mktemp /usr/bin/killall +Prereq: /sbin/chkconfig /bin/mktemp /usr/bin/killall /usr/bin/nc Prereq: fileutils sed /etc/init.d Requires: initscripts >= 5.54-1 @@ -66,17 +66,6 @@ make DESTDIR=$RPM_BUILD_ROOT install install -m644 setup/ctdb.sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/ctdb install -m755 setup/ctdb.init $RPM_BUILD_ROOT%{initdir}/ctdb -install -m755 tools/events $RPM_BUILD_ROOT%{_sysconfdir}/ctdb/events -install -m755 tools/events.d/samba $RPM_BUILD_ROOT%{_sysconfdir}/ctdb/events.d/samba -install -m755 tools/events.d/nfslock $RPM_BUILD_ROOT%{_sysconfdir}/ctdb/events.d/nfslock -install -m755 tools/statd-callout $RPM_BUILD_ROOT%{_sysconfdir}/ctdb/statd-callout -install -m755 tools/onnode.ssh $RPM_BUILD_ROOT%{_bindir} -install -m755 tools/onnode.rsh $RPM_BUILD_ROOT%{_bindir} -ln -sf %{_bindir}/onnode.ssh $RPM_BUILD_ROOT%{_bindir}/onnode - -# unfortunately samba3 needs ctdb_private.h too -install -m644 include/ctdb_private.h $RPM_BUILD_ROOT%{_includedir}/ctdb_private.h - # Remove "*.old" files find $RPM_BUILD_ROOT -name "*.old" -exec rm -f {} \; diff --git a/ctdb/packaging/RHEL/setup/ctdb.sysconfig b/ctdb/packaging/RHEL/setup/ctdb.sysconfig index fdcbfbe8e0..595a468044 100644 --- a/ctdb/packaging/RHEL/setup/ctdb.sysconfig +++ b/ctdb/packaging/RHEL/setup/ctdb.sysconfig @@ -42,16 +42,6 @@ # the default is 0 # DEBUGLEVEL=0 -# use this to specify any local tcp ports to wait on before starting -# ctdb. Use 445 and 139 for Samba -# the default is not to wait for any local services -# CTDB_WAIT_TCP_PORTS="445 139" - -# use this to specify any local directories to wait on before starting -# ctdb. You should list any critical Samba or NFS shared directories -# the default is not to wait for any local directories -# CTDB_WAIT_DIRECTORIES="/some/directory" - # the shared directory where you want to put statd information on # which clients to notify on a NFS restart # there is no default |
