<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>4147</bug_id>
          
          <creation_ts>2004-05-13 13:23:37 +0400</creation_ts>
          <short_desc>неверные скрипты</short_desc>
          <delta_ts>2009-05-10 09:32:05 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>net-scripts</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>NOTABUG</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="inger@altlinux.org">inger</reporter>
          <assigned_to name="Denis Ovsienko">pilot</assigned_to>
          
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>13618</commentid>
    <comment_count>0</comment_count>
    <who name="inger@altlinux.org">inger</who>
    <bug_when>2004-05-13 13:23:37 +0400</bug_when>
    <thetext>if [ $1 -ge 2 ]; then 
        /usr/sbin/control-dump usernetctl 
fi 
postinstall scriptlet (through /bin/sh): 
if [ $1 -ge 2 ]; then 
        /usr/sbin/control-restore usernetctl 
else 
        /sbin/chkconfig --add network 
        /sbin/chkconfig --add netfs 
fi 
preuninstall scriptlet (through /bin/sh): 
if [ $1 -eq 0 ]; then 
        /sbin/chkconfig --del netfs 
        /sbin/chkconfig --del network 
 
не используются стандартные макросы %post/%preun_service</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>13858</commentid>
    <comment_count>1</comment_count>
    <who name="Denis Ovsienko">pilot</who>
    <bug_when>2004-05-16 17:56:35 +0400</bug_when>
    <thetext>Я тут почитал и мне кажется, что по-другому нельзя. Вот это из
/usr/sbin/post_service:
/sbin/service &quot;$1&quot; condrestart ||:
При таких обстоятельствах можно будет обновлять net-scripts только с физической
консоли. Стоит ли только для порядка заводить пустой condrestart/condstop?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>14063</commentid>
    <comment_count>2</comment_count>
    <who name="inger@altlinux.org">inger</who>
    <bug_when>2004-05-24 13:45:09 +0400</bug_when>
    <thetext>ну тогда оставим </thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>