diff options
Diffstat (limited to 'sysutils/xsu/files')
-rw-r--r-- | sysutils/xsu/files/patch-configure | 29 | ||||
-rw-r--r-- | sysutils/xsu/files/patch-xsu.desktop | 10 |
2 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/xsu/files/patch-configure b/sysutils/xsu/files/patch-configure new file mode 100644 index 000000000000..e59394e33cf2 --- /dev/null +++ b/sysutils/xsu/files/patch-configure @@ -0,0 +1,29 @@ +--- configure.orig Thu Mar 21 05:45:50 2002 ++++ configure Wed Aug 28 03:20:24 2002 +@@ -20,7 +20,7 @@ + CPP="cc" + gnome_config_prefix="" + xsu_location="${prefix}/bin" +-man_base="${prefix}/share/man" ++man_base="${prefix}/man" + doc_path="${prefix}/share/doc" + su_pwd_out="Password: " + max_su_delay=30000 +@@ -54,7 +54,7 @@ + -prefix=* | --prefix=*) + prefix="$ac_optarg" + xsu_location="${prefix}/bin" +- man_base="${prefix}/share/man" ++ man_base="${prefix}/man" + doc_path="${prefix}/share/doc";; + + -su-pwd-out=* | --su-pwd-out=*) +@@ -384,7 +384,7 @@ + @echo "- I n s t a l l i n g D o c u m e n t a t i o n ----------" + install -d $man_base/man8 + install -d $doc_path/$name +- gzip -c9 doc/man/xsu.8 > $man_base/man8/xsu.8.gz ++ \$(INSTALL) -m 644 doc/man/xsu.8 $man_base/man8/xsu.8 + \$(INSTALL) -m 644 \$(DOCFILES) $doc_path/$name/ + @echo "- I n s t a l l a t i o n c o m p l e t e ----------------" + @echo "Now read the README file" diff --git a/sysutils/xsu/files/patch-xsu.desktop b/sysutils/xsu/files/patch-xsu.desktop new file mode 100644 index 000000000000..a33553fad5d0 --- /dev/null +++ b/sysutils/xsu/files/patch-xsu.desktop @@ -0,0 +1,10 @@ +--- xsu.desktop.ori Tue Aug 27 11:19:58 2002 ++++ xsu.desktop Tue Aug 27 11:19:43 2002 +@@ -0,0 +1,7 @@ ++[Desktop Entry] ++Name=GNOME Xsu ++Comment=A GNOME su interface ++Exec=xsu --message "Please type the command to run,^the username and password to use." ++Icon= ++Terminal=0 ++Type=Application |