Bugzilla – Attachment 1802 Details for
Bug 1728
unnecessary "./" in slogin and slogin.1 symlinks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
simplify slogin and slogin.1 symlinks
lintian-symlink-pickiness.patch (text/plain), 697 bytes, created by
Colin Watson
on 2010-03-02 01:50:32 AEDT
(
hide
)
Description:
simplify slogin and slogin.1 symlinks
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2010-03-02 01:50:32 AEDT
Size:
697 bytes
patch
obsolete
>Index: b/Makefile.in >=================================================================== >--- a/Makefile.in >+++ b/Makefile.in >@@ -287,9 +287,9 @@ > $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 > $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 > -rm -f $(DESTDIR)$(bindir)/slogin >- ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin >+ ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin > -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 >- ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 >+ ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 > > install-sysconf: > if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1728
: 1802