ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] symlink-has-double-slash
@ 2008-05-06 10:42 Igor Vlasenko
  2008-05-06 13:23 ` Michael Shigorin
  2008-05-06 15:05 ` Alexey Tourbin
  0 siblings, 2 replies; 9+ messages in thread
From: Igor Vlasenko @ 2008-05-06 10:42 UTC (permalink / raw)
  To: devel

Господа,
берем на вооружение?

Tag: symlink-has-double-slash
Info: This symlink contains two successive slashes (//). This is in violation
 of policy, where it is stated that symlinks should be as short as possible

Tag: symlink-ends-with-slash
Info: This symlink ends with a slash (/). This is in violation
 of policy, where it is stated that symlinks should be as short as possible

fonts-type1-cm-super-pfb-0.3.3-alt7.noarch
kde-settings-kdm-3.5.9-alt1.noarch
kde4-i18n-ru-4.0.3-alt2.noarch
spt-profiles-desktop-0.4-alt1.noarch
spt-profiles-hpc-0.1-alt3.noarch
spt-profiles-junior-0.4-alt5.noarch
spt-profiles-ltsp-0.4-alt5.11.noarch
spt-profiles-terminal-0.4-alt5.17.noarch
xword-1.0-alt1.1.noarch
avr-binutils-2.18.50.0.3-alt2.x86_64
dragonplayer-2.0.1-alt2.x86_64
kde-common-4.0.1-alt2.x86_64
kernel-headers-modules-std-def-2.6.24-alt8.x86_64
kvirc-3.4.0-alt1.qa1.x86_64
libqt3-3.3.8b-alt2.qa1.x86_64
libqt3-qsa-devel-3.3.8b-alt2.qa1.x86_64
libqt4-devel-4.3.4-alt6.x86_64
mod_gzip-1.3.26.1a-alt3.x86_64
netams-apache2-3.4.0rc2-alt4.x86_64
openslp-daemon-1.2.1-alt2.1.x86_64
pydb-1.19-alt0.1.1.x86_64
qt3-doc-html-3.3.8b-alt2.qa1.x86_64
qt4-common-4.3.4-alt6.x86_64


-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [devel] symlink-has-double-slash
  2008-05-06 10:42 [devel] symlink-has-double-slash Igor Vlasenko
@ 2008-05-06 13:23 ` Michael Shigorin
  2008-05-06 13:34   ` Igor Vlasenko
  2008-05-06 15:05 ` Alexey Tourbin
  1 sibling, 1 reply; 9+ messages in thread
From: Michael Shigorin @ 2008-05-06 13:23 UTC (permalink / raw)
  To: devel

On Tue, May 06, 2008 at 01:42:58PM +0300, Igor Vlasenko wrote:
> Господа, берем на вооружение?

Ну эт уже вкусовщина, можно оставить на когда-нить потом 8)

> Tag: symlink-has-double-slash
> Info: This symlink contains two successive slashes (//). This is in violation
>  of policy, where it is stated that symlinks should be as short as possible

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [devel] symlink-has-double-slash
  2008-05-06 13:23 ` Michael Shigorin
@ 2008-05-06 13:34   ` Igor Vlasenko
  0 siblings, 0 replies; 9+ messages in thread
From: Igor Vlasenko @ 2008-05-06 13:34 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Tue, May 06, 2008 at 04:23:26PM +0300, Michael Shigorin wrote:
> On Tue, May 06, 2008 at 01:42:58PM +0300, Igor Vlasenko wrote:
> > Господа, берем на вооружение?
> 
> Ну эт уже вкусовщина, можно оставить на когда-нить потом 8)

Я уже реализовал :(
Но поставил уровень "info" а не warning.
Чтобы не напрягало.

-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [devel] symlink-has-double-slash
  2008-05-06 10:42 [devel] symlink-has-double-slash Igor Vlasenko
  2008-05-06 13:23 ` Michael Shigorin
@ 2008-05-06 15:05 ` Alexey Tourbin
  2008-05-06 16:11   ` Igor Vlasenko
  2008-05-06 16:22   ` Dmitry V. Levin
  1 sibling, 2 replies; 9+ messages in thread
From: Alexey Tourbin @ 2008-05-06 15:05 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]

On Tue, May 06, 2008 at 01:42:58PM +0300, Igor Vlasenko wrote:
> Tag: symlink-ends-with-slash
> Info: This symlink ends with a slash (/). This is in violation
>  of policy, where it is stated that symlinks should be as short as possible

По умолчанию симлинки на каталоги создаются со слешем на конце.
В этом есть смысл.

$ ln -s /etc foo
$ l foo
lrwxrwxrwx 1 at at 4 May  6 19:04 foo -> /etc/
$

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [devel] symlink-has-double-slash
  2008-05-06 15:05 ` Alexey Tourbin
@ 2008-05-06 16:11   ` Igor Vlasenko
  2008-05-06 16:22   ` Dmitry V. Levin
  1 sibling, 0 replies; 9+ messages in thread
From: Igor Vlasenko @ 2008-05-06 16:11 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Tue, May 06, 2008 at 07:05:46PM +0400, Alexey Tourbin wrote:
> On Tue, May 06, 2008 at 01:42:58PM +0300, Igor Vlasenko wrote:
> > Tag: symlink-ends-with-slash
> > Info: This symlink ends with a slash (/). This is in violation
> >  of policy, where it is stated that symlinks should be as short as possible
> 
> По умолчанию симлинки на каталоги создаются со слешем на конце.
> В этом есть смысл.

Хорошо, отрываю.

-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [devel] symlink-has-double-slash
  2008-05-06 15:05 ` Alexey Tourbin
  2008-05-06 16:11   ` Igor Vlasenko
@ 2008-05-06 16:22   ` Dmitry V. Levin
  2008-05-06 16:25     ` Alexey Tourbin
  1 sibling, 1 reply; 9+ messages in thread
From: Dmitry V. Levin @ 2008-05-06 16:22 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 561 bytes --]

On Tue, May 06, 2008 at 07:05:46PM +0400, Alexey Tourbin wrote:
> On Tue, May 06, 2008 at 01:42:58PM +0300, Igor Vlasenko wrote:
> > Tag: symlink-ends-with-slash
> > Info: This symlink ends with a slash (/). This is in violation
> >  of policy, where it is stated that symlinks should be as short as possible
> 
> По умолчанию симлинки на каталоги создаются со слешем на конце.
> В этом есть смысл.
> 
> $ ln -s /etc foo
> $ l foo
> lrwxrwxrwx 1 at at 4 May  6 19:04 foo -> /etc/
> $

Нет,

$ ln -s /etc foo
$ readlink foo
/etc


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [devel] symlink-has-double-slash
  2008-05-06 16:22   ` Dmitry V. Levin
@ 2008-05-06 16:25     ` Alexey Tourbin
  2008-05-06 16:26       ` Igor Vlasenko
  0 siblings, 1 reply; 9+ messages in thread
From: Alexey Tourbin @ 2008-05-06 16:25 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

On Tue, May 06, 2008 at 08:22:03PM +0400, Dmitry V. Levin wrote:
> > По умолчанию симлинки на каталоги создаются со слешем на конце.
> > В этом есть смысл.
> > 
> > $ ln -s /etc foo
> > $ l foo
> > lrwxrwxrwx 1 at at 4 May  6 19:04 foo -> /etc/
> > $
> 
> Нет,
> 
> $ ln -s /etc foo
> $ readlink foo
> /etc

Ох.

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [devel] symlink-has-double-slash
  2008-05-06 16:25     ` Alexey Tourbin
@ 2008-05-06 16:26       ` Igor Vlasenko
  2008-05-06 17:32         ` Alexey Tourbin
  0 siblings, 1 reply; 9+ messages in thread
From: Igor Vlasenko @ 2008-05-06 16:26 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Tue, May 06, 2008 at 08:25:28PM +0400, Alexey Tourbin wrote:
> Ох.
Возвращать назад?

-- 

Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [devel] symlink-has-double-slash
  2008-05-06 16:26       ` Igor Vlasenko
@ 2008-05-06 17:32         ` Alexey Tourbin
  0 siblings, 0 replies; 9+ messages in thread
From: Alexey Tourbin @ 2008-05-06 17:32 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

On Tue, May 06, 2008 at 07:26:27PM +0300, Igor Vlasenko wrote:
> On Tue, May 06, 2008 at 08:25:28PM +0400, Alexey Tourbin wrote:
> > Ох.
> Возвращать назад?

Да.

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-05-06 17:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-06 10:42 [devel] symlink-has-double-slash Igor Vlasenko
2008-05-06 13:23 ` Michael Shigorin
2008-05-06 13:34   ` Igor Vlasenko
2008-05-06 15:05 ` Alexey Tourbin
2008-05-06 16:11   ` Igor Vlasenko
2008-05-06 16:22   ` Dmitry V. Levin
2008-05-06 16:25     ` Alexey Tourbin
2008-05-06 16:26       ` Igor Vlasenko
2008-05-06 17:32         ` Alexey Tourbin

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git