Cleanup non-semantic whitespace in debian/

This commit is contained in:
Travis Cross 2015-09-15 22:35:05 +00:00
parent 9f99b12e76
commit 9cff1eb71f
5 changed files with 28 additions and 30 deletions

10
debian/copyright vendored
View File

@ -1517,22 +1517,22 @@ Copyright: 1992, 1993, 1994 by Jutta Degener and Carsten Bormann
License:
Their work was released under the following license which is
assumed to be compatible with The GNU Lesser General Public License.
.
----------------------------------------------------------------------------
.
Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann,
Technische Universitaet Berlin
.
Any use of this software is permitted provided that this notice is not
removed and that neither the authors nor the Technische Universitaet Berlin
are deemed to have made any representations as to the suitability of this
software for any purpose nor are held responsible for any defects of
this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
.
As a matter of courtesy, the authors request to be informed about uses
this software has found, about bugs in this software, and about any
improvements that may be of general interest.
.
Berlin, 28.11.1994
Jutta Degener (jutta@cs.tu-berlin.de)
Carsten Bormann (cabo@cs.tu-berlin.de)

View File

@ -1,3 +1,2 @@
/lib/systemd/system/freeswitch.service
/usr/lib/tmpfiles.d/freeswitch.conf

View File

@ -32,7 +32,6 @@ case "$1" in
if [ ! -d "/etc/freeswitch" ]; then
mkdir -p /etc/freeswitch/tls/
cp -a /usr/share/freeswitch/conf/vanilla/* /etc/freeswitch/
fi
;;
abort-upgrade|abort-remove|abort-deconfigure)