]> git.pld-linux.org Git - packages/anyterm.git/commitdiff
- revert last anygetty banner change: the permissions are reverted with each upgrade
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 16 Jul 2005 12:15:25 +0000 (12:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anyterm.spec -> 1.7

anyterm.spec

index 1a0aba94b5b5da3e3a7c7c6cdaffebbc33c641fd..b4f482aef5ffd43cb53eac89de39087da5db7727 100644 (file)
@@ -2,7 +2,7 @@
 Summary:       Terminal emulator in a web browser
 Name:          anyterm
 Version:       1.1.4
-Release:       0.7
+Release:       0.8
 Epoch:         0
 License:       GPL
 Group:         Networking/Daemons
@@ -81,11 +81,10 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %service httpd restart
 
-if [ "$1" = 1 ]; then
-       %banner %{name} <<-EOF
-       To use anygetty, you need to setuid it.
-       EOF
-fi
+%banner %{name} <<-EOF
+To use anygetty, you need to setuid it:
+chmod 4755 %{_sbindir}/anygetty
+EOF
 
 %preun
 if [ "$1" = "0" ]; then
This page took 0.07775 seconds and 4 git commands to generate.