summaryrefslogtreecommitdiff
path: root/rapid-tunneling.spec
diff options
context:
space:
mode:
authorAlex Landau <alex.landau@xorcom.com>2008-12-21 15:24:14 +0000
committerAlex Landau <alex.landau@xorcom.com>2008-12-21 15:24:14 +0000
commit01653c7ddffca3d17d6403d733ccb3005f8f2d3b (patch)
treeb343f6f4ad1e00f1956be1ac5217725612c78e8a /rapid-tunneling.spec
parent626edff649102539c65156f7191595957e711aec (diff)
rapid-tunneling:
- Removed old unused files - Minor bugfixes git-svn-id: svn+ssh://xorcom/home/svn/debs/components/rapid-tunneling@6488 283159da-0705-0410-b60c-f2062b4bb6ad
Diffstat (limited to 'rapid-tunneling.spec')
-rw-r--r--rapid-tunneling.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/rapid-tunneling.spec b/rapid-tunneling.spec
index fc54a40..5dbe948 100644
--- a/rapid-tunneling.spec
+++ b/rapid-tunneling.spec
@@ -48,6 +48,9 @@ fi
%post server
useradd -d /var/lib/rapid-tunneling-server -m support 2>/dev/null || :
+LINE='export PATH=$PATH:/usr/sbin'
+PROFILE=/var/lib/rapid-tunneling-server/.bash_profile
+if ! fgrep -q "$LINE" $PROFILE; then echo "$LINE" >> $PROFILE; fi
/sbin/chkconfig --add sshd_support
%preun server