[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#56659: Bug still present



After installing -13 I looked into devpts.sh and to my shock I still saw the
broken line there:

make_devpts()
{
    [ -d /dev/pts ] || mkdir --mode=755 /dev/pts
{
    
As you can see, the function is ending by { and not } as it should be:

--- devpts.sh	Sat Jan 29 02:39:14 2000
+++ /etc/init.d/devpts.sh	Fri Feb  4 15:45:28 2000
@@ -13,7 +13,7 @@
 make_devpts()
 {
     [ -d /dev/pts ] || mkdir --mode=755 /dev/pts
-{
+}
 
 mount_devpts_fs()
 {

(that was a diff against the fixed devpts.sh on my system)

-- 
Cesar Eduardo Barros
cesarb@web4u.com.br
cesarb@dcc.ufrj.br


Reply to: